Modifier and Type | Field and Description |
---|---|
private EntityDeclaration | |
private String |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public EntityDeclaration | getDeclaration()
Implements javax. Return the declaration of this entity. |
public String | |
protected void | |
public String | |
protected void | writeAsEncodedUnicodeEx(Writer
The writer that will output the data writer)Implements abstract com. Helper method in order to expose IOException. |
fEntityDeclaration | back to summary |
---|---|
private EntityDeclaration fEntityDeclaration |
fEntityName | back to summary |
---|---|
private String fEntityName |
EntityReferenceEvent | back to summary |
---|---|
public EntityReferenceEvent() |
EntityReferenceEvent | back to summary |
---|---|
public EntityReferenceEvent(String entityName, EntityDeclaration entityDeclaration) |
getDeclaration | back to summary |
---|---|
public EntityDeclaration getDeclaration() Implements javax. Doc from javax. Return the declaration of this entity.
|
getName | back to summary |
---|---|
public String getName() Implements javax. Doc from javax. The name of the entity
|
init | back to summary |
---|---|
protected void init() |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|
writeAsEncodedUnicodeEx | back to summary |
---|---|
protected void writeAsEncodedUnicodeEx(Writer writer) throws IOException Implements abstract com. Doc from com. Helper method in order to expose IOException.
|