|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sbbi.upnp.JXPathParser
Parser to use with JXPath, this is used to fix some problems encountered with some UPNP devices returning buggy xml docs... This parser acts like a wrapper and make some chars search and replace such as 0x0 with 0x20 to produce a valid XML doc.
Constructor Summary | |
JXPathParser()
|
Method Summary | |
java.lang.Object |
parseXML(java.io.InputStream in)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JXPathParser()
Method Detail |
public java.lang.Object parseXML(java.io.InputStream in)
parseXML
in interface org.apache.commons.jxpath.xml.XMLParser
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |