LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XXPathAPI.idl";
Public Member Functions | |
void | registerNS ([in] string prefix, [in] string url) |
void | unregisterNS ([in] string prefix, [in] string url) |
void | registerExtension ([in] string serviceName) |
void | registerExtensionInstance ([in] com::sun::star::xml::xpath::XXPathExtension aExtension) |
XXPathObject | eval ([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate XPath Expression. More... | |
XXPathObject | evalNS ([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr, [in] com::sun::star::xml::dom::XNode namespaceNode) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate XPath Expression. More... | |
com::sun::star::xml::dom::XNodeList | selectNodeList ([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate an XPath expression to select a list of nodes. More... | |
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) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate an XPath expression to select a list of nodes. More... | |
com::sun::star::xml::dom::XNode | selectSingleNode ([in] com::sun::star::xml::dom::XNode contextNode, [in] string expr) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate an XPath expression to select a single node. More... | |
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) raises ( com::sun::star::xml::xpath::XPathException ) |
Evaluate an XPath expression to select a single node. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
XXPathObject eval | ( | [in] com::sun::star::xml::dom::XNode | contextNode, |
[in] string | expr | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate XPath Expression.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
XPathException | if the expression is malformed, or evaluation fails |
XXPathObject evalNS | ( | [in] com::sun::star::xml::dom::XNode | contextNode, |
[in] string | expr, | ||
[in] com::sun::star::xml::dom::XNode | namespaceNode | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate XPath Expression.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
namespaceNode | all namespaces declared on this node will be registered |
XPathException | if the expression is malformed, or evaluation fails |
void registerExtension | ( | [in] string | serviceName | ) |
void registerExtensionInstance | ( | [in] com::sun::star::xml::xpath::XXPathExtension | aExtension | ) |
void registerNS | ( | [in] string | prefix, |
[in] string | url | ||
) |
com::sun::star::xml::dom::XNodeList selectNodeList | ( | [in] com::sun::star::xml::dom::XNode | contextNode, |
[in] string | expr | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate an XPath expression to select a list of nodes.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
XPathException | if the expression is malformed, or evaluation fails |
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 | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate an XPath expression to select a list of nodes.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
namespaceNode | all namespaces declared on this node will be registered |
XPathException | if the expression is malformed, or evaluation fails |
com::sun::star::xml::dom::XNode selectSingleNode | ( | [in] com::sun::star::xml::dom::XNode | contextNode, |
[in] string | expr | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate an XPath expression to select a single node.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
XPathException | if the expression is malformed, or evaluation fails |
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 | ||
) | |||
raises | ( | com::sun::star::xml::xpath::XPathException | |
) |
Evaluate an XPath expression to select a single node.
contextNode | the context node (expression is relative to this node) |
expr | the XPath expression |
namespaceNode | all namespaces declared on this node will be registered |
XPathException | if the expression is malformed, or evaluation fails |
void unregisterNS | ( | [in] string | prefix, |
[in] string | url | ||
) |