public class UnparsedExtEntity extends ExtEntity
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
mNotationId |
mContext, mDeclaredExternally, mName
Constructor and Description |
---|
UnparsedExtEntity(javax.xml.stream.Location loc,
java.lang.String name,
java.net.URL ctxt,
java.lang.String pubId,
java.lang.String sysId,
java.lang.String notationId) |
Modifier and Type | Method and Description |
---|---|
WstxInputSource |
expand(WstxInputSource parent,
javax.xml.stream.XMLResolver res,
ReaderConfig cfg,
int xmlVersion)
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) |
getPublicId, getReplacementChars, getReplacementText, getReplacementText, getSystemId, isExternal
getBaseURI, getLocation, getName, getReplacementTextLength, markAsExternallyDeclared, wasDeclaredExternally
equals, getEventType, hashCode, writeAsEncodedUnicode, writeUsing
addHash, asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
public UnparsedExtEntity(javax.xml.stream.Location loc, java.lang.String name, java.net.URL ctxt, java.lang.String pubId, java.lang.String sysId, java.lang.String notationId)
public java.lang.String getNotationName()
getNotationName
in interface javax.xml.stream.events.EntityDeclaration
getNotationName
in class ExtEntity
public void writeEnc(java.io.Writer w) throws java.io.IOException
public WstxInputSource expand(WstxInputSource parent, javax.xml.stream.XMLResolver res, ReaderConfig cfg, int xmlVersion)
EntityDecl