|
Description
A structure holding the addresses of all the callback functions
that reveal the DOM document to the SXP. It contains the following
callbacks (in the given order):
-
getNodeType ,
-
getNodeName ,
-
getNodeNameURI ,
-
getNodeNameLocal ,
-
getNodeValue ,
-
getNextSibling ,
-
getPreviousSibling ,
-
getNextAttrNS ,
-
getPreviousAttrNS ,
-
getChildCount ,
-
getAttributeCount ,
-
getNamespaceCount ,
-
getChildNo ,
-
getAttributeNo ,
-
getNamespaceNo ,
-
getParent ,
-
getOwnerDocument ,
-
compareNodes ,
-
retrieveDocument .
|
See Also
|