Package totalcross.xml
Interface XmlReadable
-
- All Known Implementing Classes:
XmlReadableByteArray,XmlReadableFile,XmlReadablePDBFile,XmlReadablePort,XmlReadableSocket,XmlReadableString
public interface XmlReadableXmlReadableabstracts any sequential resource that can be passed to an XmlReader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetBaseURI()Get the base URI attached to this XmlReadablevoidreadXml(XmlReader rdr)Read this XmlReadable through an XmlReader parser.voidsetCaseInsensitive(boolean caseInsensitive)
-
-
-
Method Detail
-
readXml
void readXml(XmlReader rdr) throws SyntaxException, IOException
Read this XmlReadable through an XmlReader parser.- Parameters:
rdr- the XmlReader that will report the SAX events- Throws:
SyntaxExceptionIOException
-
getBaseURI
URI getBaseURI()
Get the base URI attached to this XmlReadable- Returns:
- the base URI attached to this XmlReadable
-
setCaseInsensitive
void setCaseInsensitive(boolean caseInsensitive)
-
-