com.ctc.wstx.ent
Class ParsedExtEntity
java.lang.Object
com.ctc.wstx.ent.EntityDecl
com.ctc.wstx.ent.ExtEntity
com.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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParsedExtEntity
public ParsedExtEntity(javax.xml.stream.Location loc,
java.lang.String name,
java.net.URL ctxt,
java.lang.String pubId,
java.lang.String sysId)
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