public interface XmlReadable
XmlReadable
abstracts any sequential resource that can be
passed to an XmlReader.Modifier and Type | Method and Description |
---|---|
URI |
getBaseURI()
Get the base URI attached to this XmlReadable
|
void |
readXml(XmlReader rdr)
Read this XmlReadable through an XmlReader parser.
|
void |
setCaseInsensitive(boolean caseInsensitive) |
void readXml(XmlReader rdr) throws SyntaxException, IOException
rdr
- the XmlReader that will report the SAX eventsSyntaxException
IOException
URI getBaseURI()
void setCaseInsensitive(boolean caseInsensitive)