FileDocCategorySizeDatePackage
XSNotationDeclaration.javaAPI DocJava SE 6 API1316Tue Jun 10 00:22:56 BST 2008com.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.