org.apache.xerces.dom3.as

Interface ASNotationDeclaration

All Superinterfaces:
ASObject

public interface ASNotationDeclaration
extends ASObject

Fields inherited from interface org.apache.xerces.dom3.as.ASObject

AS_ATTRIBUTE_DECLARATION, AS_CONTENTMODEL, AS_ELEMENT_DECLARATION, AS_ENTITY_DECLARATION, AS_MODEL, AS_NOTATION_DECLARATION

Method Summary

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.

Methods inherited from interface org.apache.xerces.dom3.as.ASObject

cloneASObject, getAsNodeType, getLocalName, getNamespaceURI, getNodeName, getOwnerASModel, getPrefix, setLocalName, setNamespaceURI, setNodeName, setOwnerASModel, setPrefix

Method Details

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 B) 1999-2004 Apache XML Project. All Rights Reserved.