Class Index | File Index

Classes


Class xrx.xdm


Defined in: xdm.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
An interface representing the XPath Data Model 3.0 (XDM).
Field Summary
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).

getAttributeNodes
Abstract function representing the XDM attributes Accessor.
(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)

getDescendantNodes
Abstract function representing an accessor for descendant nodes.
(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).

getFollowingSiblingNodes
Abstract function representing an accessor for following sibling nodes.
(not official part of the XDM but useful for streaming XPath processors).

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 17 2013 12:29:53 GMT+0200 (MESZ)