| Module: | libutil | Package: | org.milescript.xml | Parent: | Object | Copyright (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
| Name | Signature |
| execute | XmlQueryResult execute() |
| execute | XmlQueryResult execute(Document theDoc, String theQuery) |
| execute | XmlQueryResult execute(Document theDoc, Node theNode, String theQuery) |
| getDocument | Document getDocument() |
| getQuery | String getQuery() |
| setDocument | void setDocument(Document newDoc) |
| setQuery | void setQuery(String newQuery) |
Constructors
|
public XmlQuery(Document theDoc, String theQuery) Parameters
|
Methods
|
execute XmlQueryResult execute()
|
||||
|
execute XmlQueryResult execute(Document theDoc, String theQuery)
Parameters
|
|||||||||||||
|
execute XmlQueryResult execute(Document theDoc, Node theNode, String theQuery)
Parameters
|
||||||||||||||||
|
getDocument Document getDocument()
|
||||
|
getQuery String getQuery()
|
||||
|
setDocument void setDocument(Document newDoc) Parameters
|
|
setQuery void setQuery(String newQuery) Parameters
|
| Module: | libutil | Package: | org.milescript.xml | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - LibUtil Library: Project Home | Documentation |