javax.xml.stream.events
public interface NotationDeclaration extends XMLEvent
| Method Summary | |
|---|---|
| String | getName()
Returns the name of the notation. |
| String | getPublicId()
Returns the public identifier of the notation. |
| String | getSystemId()
Returns the system identifier of the notation. |