|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.stax2.ri.evt.BaseEventImpl
org.codehaus.stax2.ri.evt.EntityReferenceEventImpl
public class EntityReferenceEventImpl
| Field Summary | |
|---|---|
protected javax.xml.stream.events.EntityDeclaration |
mDecl
|
| 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 | |
|---|---|
EntityReferenceEventImpl(javax.xml.stream.Location loc,
javax.xml.stream.events.EntityDeclaration decl)
|
|
EntityReferenceEventImpl(javax.xml.stream.Location loc,
String name)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Declared abstract to force redefinition by sub-classes |
javax.xml.stream.events.EntityDeclaration |
getDeclaration()
|
int |
getEventType()
|
String |
getName()
|
int |
hashCode()
Declared abstract to force redefinition by sub-classes |
boolean |
isEntityReference()
|
void |
writeAsEncodedUnicode(Writer w)
|
void |
writeUsing(XMLStreamWriter2 w)
|
| Methods inherited from class org.codehaus.stax2.ri.evt.BaseEventImpl |
|---|
addHash, asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, 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, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
| Field Detail |
|---|
protected final javax.xml.stream.events.EntityDeclaration mDecl
| Constructor Detail |
|---|
public EntityReferenceEventImpl(javax.xml.stream.Location loc,
javax.xml.stream.events.EntityDeclaration decl)
public EntityReferenceEventImpl(javax.xml.stream.Location loc,
String name)
| Method Detail |
|---|
public javax.xml.stream.events.EntityDeclaration getDeclaration()
getDeclaration in interface javax.xml.stream.events.EntityReferencepublic String getName()
getName in interface javax.xml.stream.events.EntityReferencepublic int getEventType()
getEventType in interface javax.xml.stream.events.XMLEventgetEventType in class BaseEventImplpublic boolean isEntityReference()
isEntityReference in interface javax.xml.stream.events.XMLEventisEntityReference in class BaseEventImpl
public void writeAsEncodedUnicode(Writer w)
throws javax.xml.stream.XMLStreamException
writeAsEncodedUnicode in interface javax.xml.stream.events.XMLEventwriteAsEncodedUnicode in class BaseEventImpljavax.xml.stream.XMLStreamException
public void writeUsing(XMLStreamWriter2 w)
throws javax.xml.stream.XMLStreamException
writeUsing in interface XMLEvent2writeUsing in class BaseEventImpljavax.xml.stream.XMLStreamExceptionpublic boolean equals(Object o)
BaseEventImpl
equals in class BaseEventImplpublic int hashCode()
BaseEventImpl
hashCode in class BaseEventImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||