net.sf.saxon.om
Interface ExtendedNodeInfo
- Item, NodeInfo, Source, PullEvent, ValueRepresentation
- DocumentWrapper, NodeWrapper, TinyDocumentImpl, TinyNodeImpl, TinyTextImpl, WhitespaceTextImpl
public interface ExtendedNodeInfo
This interface contains methods that extend NodeInfo: the extra methods will be added to the NodeInfo
interface at some time in the future.
boolean | isId() - Determine whether this node has the is-id property
|
boolean | isIdref() - Determine whether this node has the is-idref property
|
boolean | isNilled() - Determine whether the node has the is-nilled property
|
atomize , compareOrder , copy , equals , generateId , getAttributeValue , getBaseURI , getConfiguration , getDeclaredNamespaces , getDisplayName , getDocumentNumber , getDocumentRoot , getFingerprint , getLineNumber , getLocalPart , getNameCode , getNamePool , getNodeKind , getParent , getPrefix , getRoot , getStringValue , getSystemId , getTypeAnnotation , getURI , hasChildNodes , hashCode , isSameNodeInfo , iterateAxis , iterateAxis |
isId
public boolean isId()
Determine whether this node has the is-id property
- true if the node is an ID
isIdref
public boolean isIdref()
Determine whether this node has the is-idref property
- true if the node is an IDREF or IDREFS element or attribute
isNilled
public boolean isNilled()
Determine whether the node has the is-nilled property
- true if the node has the is-nilled property