public class UnparsedExtEntity extends ExtEntity
mDeclaredExternally
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT
Constructor and Description |
---|
UnparsedExtEntity(Location loc,
String name,
URL ctxt,
String pubId,
String sysId,
String notationId) |
Modifier and Type | Method and Description |
---|---|
WstxInputSource |
expand(WstxInputSource parent,
XMLResolver res,
ReaderConfig cfg,
int xmlVersion)
Method called to create the new input source through which expansion
value of the entity can be read.
|
String |
getNotationName() |
boolean |
isParsed() |
void |
writeEnc(Writer w) |
getPublicId, getReplacementChars, getReplacementText, getReplacementText, getSystemId, isExternal
getBaseURI, getName, getReplacementTextLength, markAsExternallyDeclared, wasDeclaredExternally
equals, getEventType, hashCode, writeAsEncodedUnicode, writeUsing
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
public String getNotationName()
getNotationName
in interface EntityDeclaration
getNotationName
in class ExtEntity
public void writeEnc(Writer w) throws IOException
writeEnc
in class ExtEntity
IOException
public WstxInputSource expand(WstxInputSource parent, XMLResolver res, ReaderConfig cfg, int xmlVersion)
EntityDecl
Copyright © 2018 FasterXML. All rights reserved.