Uses of Class
eu.maveniverse.domtrip.ElementQuery
Packages that use ElementQuery
-
Uses of ElementQuery in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return ElementQueryModifier and TypeMethodDescriptionElementQuery.atDepth(int depth) Filters elements at the specified depth from the root element.ElementQuery.containingText(String text) Filters elements that contain the specified text.Element.query()Creates a fluent query builder for finding elements.Applies a custom filter predicate.ElementQuery.withAttribute(QName attributeQName) Filters elements that have the specified QName attribute.ElementQuery.withAttribute(QName attributeQName, String attributeValue) Filters elements that have the specified QName attribute with the given value.ElementQuery.withAttribute(String attributeName) Filters elements that have the specified attribute.ElementQuery.withAttribute(String attributeName, String attributeValue) Filters elements that have the specified attribute with the given value.ElementQuery.withChildren()Filters elements that have child elements.Filters elements by local name.ElementQuery.withNamespace(String namespaceURI) Filters elements by namespace URI.ElementQuery.withoutChildren()Filters elements that have no child elements.Filters elements by QName (namespace URI and local name).ElementQuery.withTextContent(String textContent) Filters elements by text content.