attributeDeclarationType
|
|
Access
|
read-only
|
Returns
|
unsigned short
|
endContent
|
|
Access
|
read-only
|
Returns
|
int
|
endPosition
|
|
Access
|
read-only
|
Returns
|
int
|
extendedNodeType
|
|
Access
|
read-only
|
Returns
|
unsigned short
|
namespacesInScope
|
|
Access
|
read-only
|
Returns
|
fArray
|
nodeNumber
|
|
Access
|
read-only
|
Returns
|
int
|
significantWhitespace
|
|
Access
|
read-only
|
Returns
|
int
|
startContent
|
|
Access
|
read-only
|
Returns
|
int
|
startPosition
|
|
Access
|
read-only
|
Returns
|
int
|
validAttributes
|
|
Access
|
read-only
|
Returns
|
String
|
validContent
|
|
Access
|
read-only
|
Returns
|
String
|
evaluateXPathexpression
|
|
Parameters
|
Stringexpression
The XPath expression string to be parsed and evaluated.
|
Returns
|
XPathResult. The XPathResult of the evaluation of the XPath expression.
|
Throws
|
XPathException
INVALID_EXPRESSION_ERR: Raised if the expression is not legal according to the rules of the XPathEvaluator.
|
getNodePathmode
|
|
Parameters
|
intmode
If not specified, or 0, the returned path uses expanded local-name and namespace-uri syntax for elements within namespaces.
If 1, the returned path uses the specifed prefix on elements within a namespace.
mode 0: /document/chapter[1]/section[5]/node()[ local-name()="title" and namespace-uri()="URN:example:urn" ]
mode 1: /document/chapter[1]/section[5]/ex:title
|
Returns
|
String. Returns the absolute location path to this xmlNode.
|
getPage
|
|
Parameters
|
None
|
Returns
|
fPage
|
getUserStringkey
|
|
Parameters
|
Stringkey
The key to the associated string.
|
Returns
|
String. The userString associated to the given key on this xmlNode, or NULL if there was none.
|
getXmlBase
|
|
Parameters
|
None
|
Returns
|
String. Returns the base URI string.
|
getXmlLang
|
|
Parameters
|
None
|
Returns
|
String. In the default definition, returns an empty string.
|
getXmlSpace
|
|
Parameters
|
None
|
Returns
|
String. In the default definition, returns -1.
|
hasNamespacesInScope
|
|
Parameters
|
None
|
Returns
|
booleantrue if this node has a list of namespaces, false otherwise.
|
lookupNamespacePrefixprefix
|
|
Parameters
|
Stringprefix
The prefix to search for.
|
Returns
|
String. Returns the associated namespace URI or null if none is found.
|
setUserStringkeydata
|
|
Parameters
|
Stringkey
The key to associate the string to.
Stringdata
The string to associate to the given key, or NULL to remove any existing association to that key
|
Returns
|
String. The string previously associated to the given key on this node, or NULL if there was none.
|