|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--superwaba.ext.xplat.xml.XmlReadableCatalog
Make an XmlReadable from a Catalog Example:
XmlReader rdr = new XmlReader();
rdr.setContentHandler(...);
rdr.parse(new XmlReadableCatalog(SerialPort.DEFAULT, 19200));
| Constructor Summary | |
XmlReadableCatalog(URI baseURI)
Constructor |
|
| Method Summary | |
URI |
getBaseURI()
Get the base URI attached to this XmlReadable |
boolean |
isOk()
Tell if this XmlReadableCatalog is functionning properly |
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 XmlReadableCatalog(URI baseURI)
baseURI - URI for this XmlReadable| Method Detail |
public boolean isOk()
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 | ||||||||