|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.decl.ExternalID | +--com.conradroche.matra.decl.Notation
Class to hold the Notation declaration.
Constructor Summary | |
Notation()
Notation Constructor. |
Method Summary | |
String |
getNotationName()
Returns the Notation name. |
String |
getPublicIdentifier()
Returns the Public Identifier. |
String |
getSystemIdentifier()
Returns the System Identifier. |
boolean |
hasPublicIdentifier()
Returns true if the
Public Identifier is specified. |
boolean |
hasSystemIdentifier()
Returns true if the
System Identifier is specified. |
void |
setNotationName(String notationName)
Sets the Notation name. |
void |
setPublicIdentifier(String publicId)
Sets the Public Identifier. |
void |
setSystemIdentifier(String systemId)
Sets the System Identifier. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.conradroche.dtd.decl.ExternalID |
getPublicIdentifier, getSystemIdentifier, hasPublicIdentifier, hasSystemIdentifier, setPublicIdentifier, setSystemIdentifier |
Constructor Detail |
public Notation()
Method Detail |
public String getNotationName()
getNotationName
in interface Notation
setNotationName(java.lang.String)
public void setNotationName(String notationName)
setNotationName
in interface Notation
notationName
- The Notation name.getNotationName()
public String getSystemIdentifier()
getSystemIdentifier
in interface ExternalID
ExternalID.setSystemIdentifier(java.lang.String)
public void setSystemIdentifier(String systemId)
setSystemIdentifier
in interface ExternalID
systemId
- The System IdentifierExternalID.getSystemIdentifier()
public String getPublicIdentifier()
getPublicIdentifier
in interface ExternalID
ExternalID.setPublicIdentifier(java.lang.String)
public void setPublicIdentifier(String publicId)
setPublicIdentifier
in interface ExternalID
publicId
- The Public IdentifierExternalID.getPublicIdentifier()
public boolean hasSystemIdentifier()
true
if the
System Identifier is specified.hasSystemIdentifier
in interface ExternalID
true
if the
System Identifier is specified
false
otherwise.public boolean hasPublicIdentifier()
true
if the
Public Identifier is specified.hasPublicIdentifier
in interface ExternalID
true
if the
Public Identifier is specified
false
otherwise.
|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |