public class ParsedExtEntity extends ExtEntity
mContext, mDeclaredExternally, mName| Constructor and Description |
|---|
ParsedExtEntity(javax.xml.stream.Location loc,
java.lang.String name,
java.net.URL ctxt,
java.lang.String pubId,
java.lang.String sysId) |
| 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, isExternalgetBaseURI, getLocation, getName, getReplacementTextLength, markAsExternallyDeclared, wasDeclaredExternallyequals, getEventType, hashCode, writeAsEncodedUnicode, writeUsingaddHash, asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringpublic ParsedExtEntity(javax.xml.stream.Location loc,
java.lang.String name,
java.net.URL ctxt,
java.lang.String pubId,
java.lang.String sysId)
public java.lang.String getNotationName()
getNotationName in interface javax.xml.stream.events.EntityDeclarationgetNotationName in class ExtEntitypublic void writeEnc(java.io.Writer w)
throws java.io.IOException
public WstxInputSource expand(WstxInputSource parent, javax.xml.stream.XMLResolver res, ReaderConfig cfg, int xmlVersion) throws java.io.IOException, javax.xml.stream.XMLStreamException
EntityDecl