public interface ContentElement
Modifier and Type | Method and Description |
---|---|
ContentElement |
getChild(String path)
Get child or descendant
|
Map<String,ContentElement> |
getChildren()
Get children of current resource.
|
String |
getName() |
Map<String,Object> |
getProperties()
Properties of this resource.
|
String getName()
Map<String,Object> getProperties()
Map<String,ContentElement> getChildren()
ContentElement getChild(String path)
path
- Relative path to address child or one of it's descendants (use "/" as hierarchy separator).Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.