|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.stax2.ri.evt.BaseEventImpl
com.ctc.wstx.evt.WEntityDeclaration
com.ctc.wstx.ent.EntityDecl
com.ctc.wstx.ent.ExtEntity
com.ctc.wstx.ent.UnparsedExtEntity
public class UnparsedExtEntity
Field Summary |
---|
Fields inherited from class com.ctc.wstx.ent.EntityDecl |
---|
mDeclaredExternally |
Fields inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
---|
mLocation |
Fields inherited from interface javax.xml.stream.XMLStreamConstants |
---|
ATTRIBUTE, CDATA, CHARACTERS, COMMENT, DTD, END_DOCUMENT, END_ELEMENT, ENTITY_DECLARATION, ENTITY_REFERENCE, NAMESPACE, NOTATION_DECLARATION, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT |
Constructor Summary | |
---|---|
UnparsedExtEntity(Location loc,
String name,
URL ctxt,
String pubId,
String sysId,
String notationId)
|
Method Summary | |
---|---|
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)
|
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, markAsExternallyDeclared, wasDeclaredExternally |
Methods inherited from class com.ctc.wstx.evt.WEntityDeclaration |
---|
equals, getEventType, hashCode, writeAsEncodedUnicode, writeUsing |
Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
---|
addHash, asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.stream.events.XMLEvent |
---|
asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
Constructor Detail |
---|
public UnparsedExtEntity(Location loc, String name, URL ctxt, String pubId, String sysId, String notationId)
Method Detail |
---|
public String getNotationName()
getNotationName
in interface EntityDeclaration
getNotationName
in class ExtEntity
public void writeEnc(Writer w) throws IOException
writeEnc
in class ExtEntity
IOException
public boolean isParsed()
isParsed
in class ExtEntity
public WstxInputSource expand(WstxInputSource parent, XMLResolver res, ReaderConfig cfg, int xmlVersion)
EntityDecl
expand
in class ExtEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |