Interface ExtendedNodeInfo
- All Superinterfaces:
Item, NodeInfo, Source, ValueRepresentation
- All Known Implementing Classes:
AttributeImpl, TinyAttributeImpl, TinyCommentImpl, TinyDocumentImpl, TinyElementImpl, TinyNodeImpl, TinyParentNodeImpl, TinyProcInstImpl, TinyTextImpl, WhitespaceTextImpl
This interface contains methods that extend NodeInfo: the extra methods will be added to the NodeInfo
interface at some time in the future.
-
Field Summary
Fields inherited from interface NodeInfo
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACESFields inherited from interface ValueRepresentation
EMPTY_VALUE_ARRAY -
Method Summary
Methods inherited from interface Item
getStringValueCS, getTypedValueMethods inherited from interface NodeInfo
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, sendNamespaceDeclarationsMethods inherited from interface Source
isEmpty, setSystemId
-
Method Details
-
isId
boolean isId()Determine whether this node has the is-id property- Returns:
- true if the node is an ID
-
isIdref
boolean isIdref()Determine whether this node has the is-idref property- Returns:
- true if the node is an IDREF or IDREFS element or attribute
-
isNilled
boolean isNilled()Determine whether the node has the is-nilled property- Returns:
- true if the node has the is-nilled property
-