Module:libdomPackage:org.milescript.xmlParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.xml.XPathResult

Inheritance : Object

Constructors

Signature
public XPathResult()

Methods

NameSignature
iterateNextNode iterateNext()
snapshotItemNode snapshotItem(int index)

Properties

NameTypeComment
ANY_TYPE
core.int
ANY_UNORDERED_NODE_TYPE
core.int
BOOLEAN_TYPE
core.int
booleanValue
core.boolean
FIRST_ORDERED_NODE_TYPE
core.int
invalidIteratorState
core.boolean
NUMBER_TYPE
core.int
numberValue
core.float
ORDERED_NODE_ITERATOR_TYPE
core.int
ORDERED_NODE_SNAPSHOT_TYPE
core.int
resultType
core.int
singleNodeValue
org.milescript.xml.Node
snapshotLength
core.int
STRING_TYPE
core.int
stringValue
core.String
UNORDERED_NODE_ITERATOR_TYPE
core.int
UNORDERED_NODE_SNAPSHOT_TYPE
core.int

Constructors

public XPathResult()


Methods

iterateNext

Node iterateNext()

Returns
org.milescript.xml.Node

snapshotItem

Node snapshotItem(int index)

Returns
org.milescript.xml.Node

Parameters

NameTypeDescription
indexcore.int

Module:libdomPackage:org.milescript.xmlParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)