com.ctc.wstx.ent
Class ParsedExtEntity
java.lang.Object
org.codehaus.stax2.ri.evt.BaseEventImpl
com.ctc.wstx.evt.WEntityDeclaration
com.ctc.wstx.ent.EntityDecl
com.ctc.wstx.ent.ExtEntity
com.ctc.wstx.ent.ParsedExtEntity
- All Implemented Interfaces:
- EntityDeclaration, XMLEvent, XMLStreamConstants, XMLEvent2
public class ParsedExtEntity
- extends ExtEntity
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 |
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 interface javax.xml.stream.events.XMLEvent |
asCharacters, asEndElement, asStartElement, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
ParsedExtEntity
public ParsedExtEntity(Location loc,
String name,
URL ctxt,
String pubId,
String sysId)
getNotationName
public String getNotationName()
- Specified by:
getNotationName
in interface EntityDeclaration
- Specified by:
getNotationName
in class ExtEntity
writeEnc
public void writeEnc(Writer w)
throws IOException
- Specified by:
writeEnc
in class ExtEntity
- Throws:
IOException
isParsed
public boolean isParsed()
- Specified by:
isParsed
in class ExtEntity
expand
public 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 class ExtEntity
- Throws:
IOException
XMLStreamException