|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.xml.stream.events.XMLEventImpl
com.caucho.xml.stream.events.EntityReferenceImpl
public class EntityReferenceImpl
| Field Summary |
|---|
| 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 | |
|---|---|
EntityReferenceImpl(java.lang.String name,
EntityDeclaration declaration)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
EntityDeclaration |
getDeclaration()
|
int |
getEventType()
|
java.lang.String |
getName()
|
void |
writeAsEncodedUnicode(java.io.Writer writer)
|
| Methods inherited from class com.caucho.xml.stream.events.XMLEventImpl |
|---|
asCharacters, asEndElement, asStartElement, getLocation, getSchemaType, isAttribute, isCharacters, isEndDocument, isEndElement, isEntityReference, isNamespace, isProcessingInstruction, isStartDocument, isStartElement |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, 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 |
| Constructor Detail |
|---|
public EntityReferenceImpl(java.lang.String name,
EntityDeclaration declaration)
| Method Detail |
|---|
public EntityDeclaration getDeclaration()
getDeclaration in interface EntityReferencepublic java.lang.String getName()
getName in interface EntityReferencepublic int getEventType()
getEventType in interface XMLEventgetEventType in class XMLEventImpl
public void writeAsEncodedUnicode(java.io.Writer writer)
throws XMLStreamException
writeAsEncodedUnicode in interface XMLEventwriteAsEncodedUnicode in class XMLEventImplXMLStreamExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||