public class WEntityReference
extends org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
implements javax.xml.stream.events.EntityReference
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
mName |
Constructor and Description |
---|
WEntityReference(javax.xml.stream.Location loc,
javax.xml.stream.events.EntityDeclaration decl) |
WEntityReference(javax.xml.stream.Location loc,
java.lang.String name)
This constructor gets called for undeclared/defined entities: we will
still know the name (from the reference), but not how it's defined
(since it is not defined).
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
equals, getDeclaration, getEventType, hashCode, isEntityReference, writeAsEncodedUnicode, writeUsing
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicode
public WEntityReference(javax.xml.stream.Location loc, javax.xml.stream.events.EntityDeclaration decl)
public WEntityReference(javax.xml.stream.Location loc, java.lang.String name)