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
|
|
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
|
|
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
|
|
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
|
|
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 © 2010 Sun Microsystems, Inc.