public interface DocumentTypeDeclaration extends Node
The following features are supported:
MoDiscoXMLPackage.getDocumentTypeDeclaration()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPublicID()
Returns the value of the 'Public ID' attribute.
|
java.lang.String |
getSystemID()
Returns the value of the 'System ID' attribute.
|
void |
setPublicID(java.lang.String value)
Sets the value of the '
Public ID' attribute. |
void |
setSystemID(java.lang.String value)
Sets the value of the '
System ID' attribute. |
java.lang.String getPublicID()
If the meaning of the 'Public ID' attribute isn't clear, there really should be more of a description here...
setPublicID(String),
MoDiscoXMLPackage.getDocumentTypeDeclaration_PublicID()void setPublicID(java.lang.String value)
Public ID' attribute.
value - the new value of the 'Public ID' attribute.getPublicID()java.lang.String getSystemID()
If the meaning of the 'System ID' attribute isn't clear, there really should be more of a description here...
setSystemID(String),
MoDiscoXMLPackage.getDocumentTypeDeclaration_SystemID()void setSystemID(java.lang.String value)
System ID' attribute.
value - the new value of the 'System ID' attribute.getSystemID()