21module
com { module sun { module star { module xml { module xpath {
Exception that may occur when evaluating an XPath expression.
Definition XPathException.idl:30
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition XNodeList.idl:26
The primary dom datatype.
Definition XNode.idl:61
Definition XXPathAPI.idl:25
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:24
Definition XXPathObject.idl:24
Definition Ambiguous.idl:20