Language
The Free and Open Productivity Suite
Methods' Details |
registerNS
void |
registerNS( |
[in] string |
prefix, |
| [in] string |
url ); |
|
|
unregisterNS
void |
unregisterNS( |
[in] string |
prefix, |
| [in] string |
url ); |
|
|
registerExtension
void |
registerExtension( |
[in] string |
serviceName ); |
|
|
registerExtensionInstance
|
eval
- Description
- Eval XPath Expression.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- an object representing the result of the XPath evaluation
- See also
- XXPathObject
|
|
evalNS
- Description
- Eval XPath Expression.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Parameter namespaceNode
- all namespaces declared on this node will be registered
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- an object representing the result of the XPath evaluation
- See also
- XXPathObject
|
|
selectNodeList
- Description
- Evaluate an XPath expression to select a list of nodes.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- result of the XPath evaluation: a list of nodes
- See also
- XNodeList
|
|
selectNodeListNS
- Description
- Evaluate an XPath expression to select a list of nodes.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Parameter namespaceNode
- all namespaces declared on this node will be registered
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- result of the XPath evaluation: a list of nodes
- See also
- XNodeList
|
|
selectSingleNode
- Description
- Evaluate an XPath expression to select a single node.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- result of the XPath evaluation: a single node
|
|
selectSingleNodeNS
::com::sun::star::xml::dom::XNode |
selectSingleNodeNS( |
[in] ::com::sun::star::xml::dom::XNode |
contextNode, |
| [in] string |
str, |
| [in] ::com::sun::star::xml::dom::XNode |
namespaceNode ) |
raises( |
XPathException ); |
- Description
- Evaluate an XPath expression to select a single node.
- Parameter contextNode
- the context node (expression is relative to this node)
- Parameter expr
- the XPath expression
- Parameter namespaceNode
- all namespaces declared on this node will be registered
- Throws
- XPathException
if the expression is malformed, or evaluation fails
- Returns
- result of the XPath evaluation: a single node
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.