FileDocCategorySizeDatePackage
XSNotationDeclaration.javaAPI DocJava SE 5 API3413Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSNotationDeclaration

public interface XSNotationDeclaration implements XSObject
This interface represents the Notation Declaration schema component. The interface may be updated or replaced.

Fields Summary
Constructors Summary
Methods Summary
public XSAnnotationgetAnnotation()
Optional. An [annotation].

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.