|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to hold the ExternalID declaration used for Entity and Notation declarations.
Method Summary | |
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 |
setPublicIdentifier(String publicId)
Sets the Public Identifier. |
void |
setSystemIdentifier(String systemId)
Sets the System Identifier. |
Method Detail |
public String getSystemIdentifier()
setSystemIdentifier(java.lang.String)
public void setSystemIdentifier(String systemId)
systemId
- The System Identifier.getSystemIdentifier()
public String getPublicIdentifier()
setPublicIdentifier(java.lang.String)
public void setPublicIdentifier(String publicId)
publicId
- The Public Identifier.getPublicIdentifier()
public boolean hasSystemIdentifier()
true
if the
System Identifier is specified.true
if the
System Identifier is specified
false
otherwise.public boolean hasPublicIdentifier()
true
if the
Public Identifier is specified.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 |