FileDocCategorySizeDatePackage
XSNotationDeclaration.javaAPI DocApache Xerces 3.0.11740Fri Sep 14 20:33:54 BST 2007org.apache.xerces.xs

XSNotationDeclaration

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

Fields Summary
Constructors Summary
Methods Summary
public XSAnnotationgetAnnotation()
An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.

public XSObjectListgetAnnotations()
A sequence of [annotations] or an empty XSObjectList.

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.