org.apache.xerces.dom3.as
Interface ASNotationDeclaration
- ASObject
public interface ASNotationDeclaration
String | getPublicId() - The string representing the public identifier for this notation
declaration, if present;
null otherwise.
|
String | getSystemId() - the URI reference representing the system identifier for the notation
declaration, if present,
null otherwise.
|
void | setPublicId(String publicId) - The string representing the public identifier for this notation
declaration, if present;
null otherwise.
|
void | setSystemId(String systemId) - the URI reference representing the system identifier for the notation
declaration, if present,
null otherwise.
|
cloneASObject , getAsNodeType , getLocalName , getNamespaceURI , getNodeName , getOwnerASModel , getPrefix , setLocalName , setNamespaceURI , setNodeName , setOwnerASModel , setPrefix |
getPublicId
public String getPublicId()
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
getSystemId
public String getSystemId()
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
setPublicId
public void setPublicId(String publicId)
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
setSystemId
public void setSystemId(String systemId)
the URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
Copyright © 1999-2004 Apache XML Project. All Rights Reserved.