Module:libutilPackage:org.milescript.xmlParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibUtil Library: Project Home | Documentation

org.milescript.xml.XmlQuery

Inheritance : Object

Constructors

Signature
public XmlQuery(Document theDoc, String theQuery)

Methods

NameSignature
executeXmlQueryResult execute()
executeXmlQueryResult execute(Document theDoc, String theQuery)
executeXmlQueryResult execute(Document theDoc, Node theNode, String theQuery)
getDocumentDocument getDocument()
getQueryString getQuery()
setDocumentvoid setDocument(Document newDoc)
setQueryvoid setQuery(String newQuery)

Constructors

public XmlQuery(Document theDoc, String theQuery)

Parameters

NameTypeDescription
theDocorg.milescript.xml.Document
theQuerycore.String



Methods

execute

XmlQueryResult execute()

Returns
org.milescript.xml.XmlQueryResult

execute

XmlQueryResult execute(Document theDoc, String theQuery)

Returns
org.milescript.xml.XmlQueryResult

Parameters

NameTypeDescription
theDocorg.milescript.xml.Document
theQuerycore.String

execute

XmlQueryResult execute(Document theDoc, Node theNode, String theQuery)

Returns
org.milescript.xml.XmlQueryResult

Parameters

NameTypeDescription
theDocorg.milescript.xml.Document
theNodeorg.milescript.xml.Node
theQuerycore.String

getDocument

Document getDocument()

Returns
org.milescript.xml.Document

getQuery

String getQuery()

Returns
core.String

setDocument

void setDocument(Document newDoc)

Parameters

NameTypeDescription
newDocorg.milescript.xml.Document

setQuery

void setQuery(String newQuery)

Parameters

NameTypeDescription
newQuerycore.String

Module:libutilPackage:org.milescript.xmlParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - LibUtil Library: Project Home | Documentation