javax.xml.stream.events

Interface NotationDeclaration

public interface NotationDeclaration extends XMLEvent

A notation declaration event.
Method Summary
StringgetName()
Returns the name of the notation.
StringgetPublicId()
Returns the public identifier of the notation.
StringgetSystemId()
Returns the system identifier of the notation.

Method Detail

getName

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

getPublicId

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

getSystemId

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