|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.xml.XmlReadableString
Make an XmlReadable from a String. Example:
XmlReader rdr = new XmlReader();
rdr.setContentHandler(...);
rdr.parse(new XmlReadableString("Hello World!"));
| Constructor Summary | |
XmlReadableString(java.lang.String source)
Constructor |
|
| Method Summary | |
URI |
getBaseURI()
Get the base URI attached to this XmlReadable |
void |
readXml(XmlReader rdr)
Read this XmlReadable through an XmlReader parser. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public XmlReadableString(java.lang.String source)
source - String that contains the XmlReadable HTML| Method Detail |
public void readXml(XmlReader rdr)
throws SyntaxException
rdr - the XmlReader that will report the SAX eventspublic URI getBaseURI()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||