|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.aludratest.content.xml.impl.XMLContentImpl
public class XMLContentImpl
XML ContentHandler
.
Constructor Summary | |
---|---|
XMLContentImpl()
|
Method Summary | |
---|---|
Document |
parse(InputStream in)
Parses an XML document from a stream. |
Object |
queryXPath(Document document,
String expression,
QName returnType)
Performs an XPath query on an XML document. |
void |
save(Document document,
String encoding,
OutputStream out)
Saves an XML document in a stream. |
List<Attachment> |
saveDebugAttachments()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLContentImpl()
Method Detail |
---|
public List<Attachment> saveDebugAttachments()
public Document parse(InputStream in)
XMLContent
parse
in interface XMLContent
public void save(Document document, String encoding, OutputStream out)
XMLContent
save
in interface XMLContent
public Object queryXPath(Document document, String expression, QName returnType)
XMLContent
queryXPath
in interface XMLContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |