FileDocCategorySizeDatePackage
XSNotationDeclaration.javaAPI DocJava SE 5 API3383Fri Aug 26 14:55:58 BST 2005com.sun.org.apache.xerces.internal.xs

XSNotationDeclaration

public interface XSNotationDeclaration implements XSObject
This interface represents the Notation Declaration schema component.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.xs.XSAnnotationgetAnnotation()
An [annotation] if it exists, otherwise null.

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.