| org.apache.xerces.dom3.as.ASNotationDeclaration
ASNotationDeclaration | public interface ASNotationDeclaration extends ASObject(Code) | | |
Method Summary | |
public String | getPublicId() The string representing the public identifier for this notation
declaration, if present; null otherwise. | public String | getSystemId() the URI reference representing the system identifier for the notation
declaration, if present, null otherwise. | public void | setPublicId(String publicId) The string representing the public identifier for this notation
declaration, if present; null otherwise. | public void | setSystemId(String systemId) the URI reference representing the system identifier for the notation
declaration, if present, null otherwise. |
getPublicId | public String getPublicId()(Code) | | The string representing the public identifier for this notation
declaration, if present; null otherwise.
|
getSystemId | public String getSystemId()(Code) | | the URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|
setPublicId | public void setPublicId(String publicId)(Code) | | The string representing the public identifier for this notation
declaration, if present; null otherwise.
|
setSystemId | public void setSystemId(String systemId)(Code) | | the URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|
|
|