20 #ifndef __com_sun_star_xml_XPath_XXPathAPI_idl__
21 #define __com_sun_star_xml_XPath_XXPathAPI_idl__
31 module
com { module sun { module star { module xml { module xpath {
Exception that may occur when evaluating an XPath expression.
Definition: XPathException.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: XNodeList.idl:31
The primary dom datatype.
Definition: XNode.idl:69
Definition: XXPathAPI.idl:35
com::sun::star::xml::dom::XNode selectSingleNodeNS([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr, [in] com::sun::star::xml::dom::XNode namespaceNode)
Evaluate an XPath expression to select a single node.
com::sun::star::xml::dom::XNodeList selectNodeList([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr)
Evaluate an XPath expression to select a list of nodes.
com::sun::star::xml::dom::XNode selectSingleNode([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr)
Evaluate an XPath expression to select a single node.
void registerExtension([in] string serviceName)
XXPathObject evalNS([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr, [in] com::sun::star::xml::dom::XNode namespaceNode)
Evaluate XPath Expression.
XXPathObject eval([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr)
Evaluate XPath Expression.
com::sun::star::xml::dom::XNodeList selectNodeListNS([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr, [in] com::sun::star::xml::dom::XNode namespaceNode)
Evaluate an XPath expression to select a list of nodes.
void unregisterNS([in] string prefix, [in] string url)
void registerNS([in] string prefix, [in] string url)
void registerExtensionInstance([in] com::sun::star::xml::xpath::XXPathExtension aExtension)
Definition: XXPathExtension.idl:29
Definition: XXPathObject.idl:32
Definition: Ambiguous.idl:22