com.conradroche.dtd.decl
Interface Notation

All Superinterfaces:
ExternalID
All Known Implementing Classes:
Notation

public interface Notation
extends ExternalID

Interface to hold the Notation Declaration

Author:
Conrad Roche

Method Summary
 java.lang.String getNotationName()
          Returns the Notation name.
 void setNotationName(java.lang.String notationName)
          Sets the Notation name.
 
Methods inherited from interface com.conradroche.dtd.decl.ExternalID
getPublicIdentifier, getSystemIdentifier, hasPublicIdentifier, hasSystemIdentifier, setPublicIdentifier, setSystemIdentifier
 

Method Detail

getNotationName

public java.lang.String getNotationName()
Returns the Notation name.
Returns:
The Notation name.

setNotationName

public void setNotationName(java.lang.String notationName)
Sets the Notation name.
Parameters:
notationName - The Notation name.