javax.xml.stream.events

Interface EntityReference

public interface EntityReference extends XMLEvent

An entity reference event.
Method Summary
EntityDeclarationgetDeclaration()
Returns the declaration of this reference.
StringgetName()
Returns the entity name.

Method Detail

getDeclaration

public EntityDeclaration getDeclaration()
Returns the declaration of this reference.

getName

public String getName()
Returns the entity name.