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

org.milescript.xml.XmlQueryResult

Inheritance : Object

Constructors

Signature
public XmlQueryResult(NodeList nl)
public XmlQueryResult(XPathResult xpr)

Methods

NameSignature
countint count()
getAttributeAttribute getAttribute(int idx)
getElementElement getElement(int idx)
itemNode item(int idx)

Constructors

public XmlQueryResult(NodeList nl)

Parameters

NameTypeDescription
nlorg.milescript.xml.NodeList



public XmlQueryResult(XPathResult xpr)

Parameters

NameTypeDescription
xprorg.milescript.xml.XPathResult



Methods

count

int count()

Returns
core.int

getAttribute

Attribute getAttribute(int idx)

Returns
org.milescript.xml.Attribute

Parameters

NameTypeDescription
idxcore.int

getElement

Element getElement(int idx)

Returns
org.milescript.xml.Element

Parameters

NameTypeDescription
idxcore.int

item

Node item(int idx)

Returns
org.milescript.xml.Node

Parameters

NameTypeDescription
idxcore.int

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