Uses of Interface
org.xwiki.xml.html.filter.ElementSelector
-
Packages that use ElementSelector Package Description org.xwiki.xml.html.filter -
-
Uses of ElementSelector in org.xwiki.xml.html.filter
Methods in org.xwiki.xml.html.filter with parameters of type ElementSelector Modifier and Type Method Description protected List<Element>
AbstractHTMLFilter. filterDescendants(Element parent, String[] tagNames, ElementSelector elementSelector)
Utility method for filtering an element's descendants by their tag names and anElementSelector
.
-