org.apache.crimson.parser
Class ExternalEntity
java.lang.Object
org.apache.crimson.parser.EntityDecl
org.apache.crimson.parser.ExternalEntity
- class ExternalEntity
- extends EntityDecl
Method Summary |
org.xml.sax.InputSource |
getInputSource(org.xml.sax.EntityResolver r)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemId
String systemId
publicId
String publicId
notation
String notation
verbatimSystemId
String verbatimSystemId
name
String name
isFromInternalSubset
boolean isFromInternalSubset
isPE
boolean isPE
ExternalEntity
public ExternalEntity(org.xml.sax.Locator l)
getInputSource
public org.xml.sax.InputSource getInputSource(org.xml.sax.EntityResolver r)
throws org.xml.sax.SAXException,
IOException
- Throws:
org.xml.sax.SAXException
IOException