|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.impl.grammar.toolbox.XMLQuery
public class XMLQuery
XMLQuery : manage XML Queries.
Constructor Summary | |
---|---|
XMLQuery(java.lang.String XMLfileName)
initialize the XML Query manager |
Method Summary | |
---|---|
org.w3c.dom.NodeList |
evaluate(java.lang.String expression,
java.lang.Object src)
evaluate xPath expression. |
org.w3c.dom.Document |
getDocument()
return the current document. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLQuery(java.lang.String XMLfileName) throws KemetAPIException
initialize the XML Query manager
XMLfileName
- name of XML File
KemetAPIException
Method Detail |
---|
public org.w3c.dom.NodeList evaluate(java.lang.String expression, java.lang.Object src) throws KemetAPIException
evaluate xPath expression.
expression
- XPath expressionsrc
- node parent
KemetAPIException
public org.w3c.dom.Document getDocument()
return the current document.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |