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, writeUsingaddHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, iteratedEquals, stringsWithNullsEqual, throwFromIOE, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasCharacters, asEndElement, asStartElement, getEventType, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement, writeAsEncodedUnicodepublic WEntityReference(javax.xml.stream.Location loc,
javax.xml.stream.events.EntityDeclaration decl)
public WEntityReference(javax.xml.stream.Location loc,
java.lang.String name)