Class xrx.xdm
Defined in: xdm.js.
Constructor Attributes | Constructor Name and Description |
---|---|
xrx.xdm()
An interface representing the XPath Data Model 3.0 (XDM).
|
Field Attributes | Field Name and Description |
---|---|
Abstract function representing an accessor for ancestor nodes.
|
|
Abstract function representing the XDM attributes Accessor.
|
|
Abstract function representing the XDM children Accessor.
|
|
Abstract function representing an accessor for descendant nodes.
|
|
Abstract function representing an accessor for following nodes.
|
|
Abstract function representing an accessor for following sibling nodes.
|
Class Detail
xrx.xdm()
An interface representing the XPath Data Model 3.0 (XDM).
http://www.w3.org/TR/xpath-datamodel-30/
Field Detail
getAncestorNodes
Abstract function representing an accessor for ancestor nodes.
(not official part of the XDM but useful for streaming XPath processors).
(not official part of the XDM but useful for streaming XPath processors).
getAttributeNodes
Abstract function representing the XDM attributes Accessor.
(http://www.w3.org/TR/xpath-datamodel-30/#dm-attributes)
(http://www.w3.org/TR/xpath-datamodel-30/#dm-attributes)
getChildNodes
Abstract function representing the XDM children Accessor.
(http://www.w3.org/TR/xpath-datamodel-30/#dm-children)
(http://www.w3.org/TR/xpath-datamodel-30/#dm-children)
getDescendantNodes
Abstract function representing an accessor for descendant nodes.
(not official part of the XDM but useful for streaming XPath processors).
(not official part of the XDM but useful for streaming XPath processors).
getFollowingNodes
Abstract function representing an accessor for following nodes.
(not official part of the XDM but useful for streaming XPath processors).
(not official part of the XDM but useful for streaming XPath processors).
getFollowingSiblingNodes
Abstract function representing an accessor for following sibling nodes.
(not official part of the XDM but useful for streaming XPath processors).
(not official part of the XDM but useful for streaming XPath processors).