FileDocCategorySizeDatePackage
ASNotationDeclaration.javaAPI DocApache Xerces 3.0.11719Fri Sep 14 20:33:52 BST 2007org.apache.xerces.dom3.as

ASNotationDeclaration

public interface ASNotationDeclaration implements ASObject
deprecated
This interface represents a notation declaration.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetPublicId()
The string representing the public identifier for this notation declaration, if present; null otherwise.

public java.lang.StringgetSystemId()
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.

public voidsetPublicId(java.lang.String publicId)
The string representing the public identifier for this notation declaration, if present; null otherwise.

public voidsetSystemId(java.lang.String systemId)
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.