|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module xml { module xpath {
void unregisterNS([in] string prefix, [in] string url)
XXPathObject eval([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr)
Evaluate XPath Expression.
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.
void registerExtensionInstance([in] com::sun::star::xml::xpath::XXPathExtension aExtension)
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.
The primary dom datatype.
Definition: XNode.idl:61
XXPathObject evalNS([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr, [in] com::sun::star::xml::dom::XNode namespaceNode)
Evaluate XPath Expression.
void registerNS([in] string prefix, [in] string url)
Exception that may occur when evaluating an XPath expression.
Definition: XPathException.idl:30
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.
void registerExtension([in] string serviceName)
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.
Definition: XXPathObject.idl:24
Definition: Ambiguous.idl:20
Definition: XXPathAPI.idl:25
Definition: XXPathExtension.idl:24
base interface of all UNO interfaces
Definition: XInterface.idl:46
Definition: XNodeList.idl:26