net.sf.saxon.dom
public class TextOverAttrInfo extends TextOverNodeInfo
Constructor Summary | |
---|---|
TextOverAttrInfo(AttrOverNodeInfo attr) |
Method Summary | |
---|---|
short | compareDocumentPosition(Node other)
Compare the position of the (other) node in document order with the reference node (this node).
|
short | getNodeType()
Get the type of this node (node kind, in XPath terminology).
|
Node | getParentNode()
Find the parent node of this node.
|
boolean | isElementContentWhitespace()
Returns whether this text node contains
element content whitespace, often abusively called "ignorable whitespace". |
Parameters: other the other node.
Returns: Returns how the node is positioned relatively to the reference node.
Throws: org.w3c.dom.DOMException
Returns: The Node object describing the containing element or root node.
Document.normalizeDocument()
.
Since: DOM Level 3