javax.xml.stream.events

Interface EntityDeclaration

public interface EntityDeclaration extends XMLEvent

An entity declaration event.
Method Summary
StringgetBaseURI()
Returns the base URI for the entity.
StringgetName()
Returns the name of the entity.
StringgetNotationName()
Returns the name of the associated notation.
StringgetPublicId()
Returns the public identifier of the entity.
StringgetReplacementText()
Returns the replacement text for the entity.
StringgetSystemId()
Returns the system identifier of the entity.

Method Detail

getBaseURI

public String getBaseURI()
Returns the base URI for the entity.

getName

public String getName()
Returns the name of the entity.

getNotationName

public String getNotationName()
Returns the name of the associated notation.

getPublicId

public String getPublicId()
Returns the public identifier of the entity.

getReplacementText

public String getReplacementText()
Returns the replacement text for the entity.

getSystemId

public String getSystemId()
Returns the system identifier of the entity.