Uses of Class
org.javlo.helper.XMLManipulationHelper.TagDescription
-
Packages that use XMLManipulationHelper.TagDescription Package Description org.javlo.css org.javlo.helper -
-
Uses of XMLManipulationHelper.TagDescription in org.javlo.css
Methods in org.javlo.css with parameters of type XMLManipulationHelper.TagDescription Modifier and Type Method Description boolean
CSSElement.Tag. match(XMLManipulationHelper.TagDescription tagDescription)
-
Uses of XMLManipulationHelper.TagDescription in org.javlo.helper
Methods in org.javlo.helper that return XMLManipulationHelper.TagDescription Modifier and Type Method Description static XMLManipulationHelper.TagDescription[]
XMLManipulationHelper. searchAllTag(String xml, boolean validation)
static XMLManipulationHelper.TagDescription
XMLManipulationHelper. searchParent(XMLManipulationHelper.TagDescription[] allTags, XMLManipulationHelper.TagDescription tag)
Methods in org.javlo.helper that return types with arguments of type XMLManipulationHelper.TagDescription Modifier and Type Method Description static List<XMLManipulationHelper.TagDescription>
XMLManipulationHelper. searchChildren(XMLManipulationHelper.TagDescription[] allTags, XMLManipulationHelper.TagDescription tag)
-