FileDocCategorySizeDatePackage
ASNotationDeclaration.javaAPI DocJava SE 5 API1692Fri Aug 26 14:55:44 BST 2005com.sun.org.apache.xerces.internal.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.