Uses of Class
com.helger.xml.XMLHelper.PathToNodeBuilder
Packages that use XMLHelper.PathToNodeBuilder
-
Uses of XMLHelper.PathToNodeBuilder in com.helger.xml
Methods in com.helger.xml that return XMLHelper.PathToNodeBuilderModifier and TypeMethodDescriptionXMLHelper.PathToNodeBuilder.compareIncludingNamespaceURI(boolean b) Compare with namespace URI and local name, or just with the tag name.XMLHelper.PathToNodeBuilder.excludeDocumentNode()Shortcut to exclude the document Node from the resulting outputXMLHelper.PathToNodeBuilder.excludeDocumentNode(boolean b) Determine to include or exclude the document node in the resulting path.XMLHelper.PathToNodeBuilder.forceUseIndex(boolean b) Enable or disable the force of an index.XMLHelper.PathToNodeBuilder.includeDocumentNode()Shortcut to include the document Node in the resulting outputXMLHelper.PathToNodeBuilder.namespaceContext(NamespaceContext a) Set the optional namespace context to be used for emitting prefixes.The node to get the path from.XMLHelper.PathToNodeBuilder.oneBasedIndex()Shortcut to enable the usage of a one based index.static XMLHelper.PathToNodeBuilderXMLHelper.pathToNodeBuilder()XMLHelper.PathToNodeBuilder.separator(char c) Set the separator to be used.Set the separator to be used.XMLHelper.PathToNodeBuilder.trailingSeparator(boolean b) Enable or disable the usage of a trailing separator.XMLHelper.PathToNodeBuilder.zeroBasedIndex()Shortcut to enable the usage of a zero based index.XMLHelper.PathToNodeBuilder.zeroBasedIndex(boolean b) Determine whether a 0-based index or a 1-based index should be used.