com.sun.xml.dtdparser
Class ExternalEntity

java.lang.Object
  extended by com.sun.xml.dtdparser.EntityDecl
      extended by com.sun.xml.dtdparser.ExternalEntity

final class ExternalEntity
extends EntityDecl


Field Summary
(package private)  java.lang.String notation
           
(package private)  java.lang.String publicId
           
(package private)  java.lang.String systemId
           
 
Fields inherited from class com.sun.xml.dtdparser.EntityDecl
isFromInternalSubset, isPE, name
 
Constructor Summary
ExternalEntity(InputEntity in)
           
 
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
 

Field Detail

systemId

java.lang.String systemId

publicId

java.lang.String publicId

notation

java.lang.String notation
Constructor Detail

ExternalEntity

public ExternalEntity(InputEntity in)
Method Detail

getInputSource

public org.xml.sax.InputSource getInputSource(org.xml.sax.EntityResolver r)
                                       throws java.io.IOException,
                                              org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException