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
getNotationName
public String getNotationName()
- Returns the Notation name.
- Returns:
- The Notation name.
- See Also:
setNotationName(java.lang.String)
setNotationName
public void setNotationName(String notationName)
- Sets the Notation name.
- Parameters:
notationName
- The Notation name.- See Also:
getNotationName()