Uses of Class
org.apache.sling.contentparser.testutils.mapsupport.ContentElement
-
Packages that use ContentElement Package Description org.apache.sling.contentparser.testutils org.apache.sling.contentparser.testutils.mapsupport -
-
Uses of ContentElement in org.apache.sling.contentparser.testutils
Methods in org.apache.sling.contentparser.testutils that return ContentElement Modifier and Type Method Description static ContentElementTestUtils. parse(org.apache.sling.contentparser.api.ContentParser contentParser, java.io.File file)static ContentElementTestUtils. parse(org.apache.sling.contentparser.api.ContentParser contentParser, java.lang.String jsonContent)static ContentElementTestUtils. parse(org.apache.sling.contentparser.api.ContentParser contentParser, org.apache.sling.contentparser.api.ParserOptions parserOptions, java.io.File file) -
Uses of ContentElement in org.apache.sling.contentparser.testutils.mapsupport
Methods in org.apache.sling.contentparser.testutils.mapsupport that return ContentElement Modifier and Type Method Description ContentElementContentElement. getChild(java.lang.String path)Returns the child with the specifiedpath.ContentElementContentElementHandler. getRoot()Methods in org.apache.sling.contentparser.testutils.mapsupport that return types with arguments of type ContentElement Modifier and Type Method Description java.util.Map<java.lang.String,ContentElement>ContentElement. getChildren()Returns the children of this resource.
-