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
- Evaluate 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
- Evaluate 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
|
|
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.