Package com.ctc.wstx.ent
Class ExtEntity
java.lang.Object
org.codehaus.stax2.ri.evt.BaseEventImpl
com.ctc.wstx.evt.WEntityDeclaration
com.ctc.wstx.ent.EntityDecl
com.ctc.wstx.ent.ExtEntity
- All Implemented Interfaces:
EntityDeclaration
,XMLEvent
,XMLStreamConstants
,org.codehaus.stax2.evt.XMLEvent2
- Direct Known Subclasses:
ParsedExtEntity
,UnparsedExtEntity
-
Field Summary
FieldsFields inherited from class com.ctc.wstx.ent.EntityDecl
mContext, mDeclaredExternally, mName
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract 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.abstract String
char[]
int
boolean
abstract boolean
isParsed()
abstract void
Methods inherited from class com.ctc.wstx.ent.EntityDecl
getBaseURI, 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, getLocation, 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, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement
-
Field Details
-
mPublicId
-
mSystemId
-
-
Constructor Details
-
ExtEntity
-
-
Method Details
-
getNotationName
- Specified by:
getNotationName
in interfaceEntityDeclaration
- Specified by:
getNotationName
in classEntityDecl
-
getPublicId
- Specified by:
getPublicId
in interfaceEntityDeclaration
- Specified by:
getPublicId
in classEntityDecl
-
getReplacementText
- Specified by:
getReplacementText
in interfaceEntityDeclaration
- Specified by:
getReplacementText
in classEntityDecl
-
getReplacementText
- Specified by:
getReplacementText
in classEntityDecl
-
getSystemId
- Specified by:
getSystemId
in interfaceEntityDeclaration
- Specified by:
getSystemId
in classEntityDecl
-
writeEnc
- Specified by:
writeEnc
in classEntityDecl
- Throws:
IOException
-
getReplacementChars
public char[] getReplacementChars()- Specified by:
getReplacementChars
in classEntityDecl
-
isExternal
public boolean isExternal()- Specified by:
isExternal
in classEntityDecl
-
isParsed
public abstract boolean isParsed()- Specified by:
isParsed
in classEntityDecl
-
expand
public abstract WstxInputSource expand(WstxInputSource parent, XMLResolver res, ReaderConfig cfg, int xmlVersion) throws IOException, 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 classEntityDecl
- Throws:
IOException
XMLStreamException
-