LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
XPathAPI Service Reference

import "XPathAPI.idl";

Inheritance diagram for XPathAPI:
XXPathAPI XInterface

Additional Inherited Members

- Public Member Functions inherited from XXPathAPI
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...
 

The documentation for this service was generated from the following file: