- generateId(FastStringBuffer) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get a character string that uniquely identifies this node.
- getAttributeValue(String, String) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the string value of a given attribute of this node
- getBaseURI() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the Base URI for the node, that is, the URI used for resolving a
relative URI contained in the node.
- getColumnNumber() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get column number
- getConfiguration() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the configuration previously set using setConfiguration
- getConfiguration() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the configuration
- getDeclaredNamespaces(NamespaceBinding[]) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get all namespace undeclarations and undeclarations defined on this element.
- getDisplayName() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the display name of this node.
- getDocumentNumber() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the unique document number for this document (the number is unique
for all documents within a NamePool)
- getFirstChild() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- getIgnoreWhitespaceOnlyTextNodeFactory() - Static method in class nux.xom.pool.XOMUtil
-
Returns a node factory that removes each Text
node that is
empty or consists of whitespace characters only (boundary whitespace).
- getLineNumber() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get line number
- getLocalPart() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the local part of the name of this node.
- getNamePool() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the name pool used for the names in this document
- getNamePool() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the name pool for this node
- getNextSibling() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- getNodeKind() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Return the type of node.
- getParent() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the NodeInfo object representing the parent of this node
- getPrefix() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the prefix of the name of the node.
- getPreviousSibling() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- getRoot() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the root node of the tree containing this node
- getRootNode() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the NodeInfo object representing the document node at the root of the tree
- getSchemaType() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the type annotation of this node, if any.
- getSchemaType() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the type annotation of this node, if any.
- getSiblingPosition() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the index position of this node among its siblings (starting from 0)
- getStringValue() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Return the string value of the node.
- getStringValueCS() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the value of the item as a CharSequence.
- getSuccessorElement(XOMNodeWrapper, String, String) - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
- getSystemId() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the System ID for the node.
- getUnderlyingNode() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the underlying XOM node, to implement the VirtualNode interface
- getUnparsedEntity(String) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the unparsed entity with a given name
- getUnparsedEntityNames() - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get the list of unparsed entities defined in this document
- getURI() - Method in class net.sf.saxon.option.xom.XOMNodeWrapper
-
Get the URI part of the name of this node.
- getUserData(String) - Method in class net.sf.saxon.option.xom.XOMDocumentWrapper
-
Get user data held in the document node.