com.ctc.wstx.ent
Class ParsedExtEntity

java.lang.Object
  extended bycom.ctc.wstx.ent.EntityDecl
      extended bycom.ctc.wstx.ent.ExtEntity
          extended bycom.ctc.wstx.ent.ParsedExtEntity

public class ParsedExtEntity
extends ExtEntity


Constructor Summary
ParsedExtEntity(javax.xml.stream.Location loc, java.lang.String name, java.net.URL ctxt, java.lang.String pubId, java.lang.String sysId)
           
 
Method Summary
 WstxInputSource expand(WstxInputSource parent, javax.xml.stream.XMLResolver res, javax.xml.stream.XMLReporter rep)
          Method called to create the new input source through which expansion value of the entity can be read.
 java.lang.String getNotationName()
           
 boolean isParsed()
           
 void writeEnc(java.io.Writer w)
           
 
Methods inherited from class com.ctc.wstx.ent.ExtEntity
getPublicId, getReplacementChars, getReplacementText, getReplacementText, getSystemId, isExternal
 
Methods inherited from class com.ctc.wstx.ent.EntityDecl
getBaseURI, getLocation, getName, getReplacementTextLength, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsedExtEntity

public ParsedExtEntity(javax.xml.stream.Location loc,
                       java.lang.String name,
                       java.net.URL ctxt,
                       java.lang.String pubId,
                       java.lang.String sysId)
Method Detail

getNotationName

public java.lang.String getNotationName()
Specified by:
getNotationName in class ExtEntity

writeEnc

public void writeEnc(java.io.Writer w)
              throws java.io.IOException
Specified by:
writeEnc in class ExtEntity
Throws:
java.io.IOException

isParsed

public boolean isParsed()
Specified by:
isParsed in class ExtEntity

expand

public WstxInputSource expand(WstxInputSource parent,
                              javax.xml.stream.XMLResolver res,
                              javax.xml.stream.XMLReporter rep)
                       throws java.io.IOException,
                              javax.xml.stream.XMLStreamException
Description copied from class: EntityDecl
Method called to create the new input source through which expansion value of the entity can be read.

Specified by:
expand in class ExtEntity
Throws:
java.io.IOException
javax.xml.stream.XMLStreamException