| org.apache.xerces.xs.XSNotationDeclaration
All known Subclasses: org.apache.xerces.impl.xs.XSNotationDecl,
XSNotationDeclaration | public interface XSNotationDeclaration extends XSObject(Code) | | This interface represents the Notation Declaration schema component.
|
Method Summary | |
public XSAnnotation | getAnnotation() An annotation if it exists, otherwise null . | public XSObjectList | getAnnotations() A sequence of [annotations] or an empty XSObjectList . | public String | getPublicId() The string representing the public identifier for this notation
declaration, if present; null otherwise. | public String | getSystemId() The URI reference representing the system identifier for the notation
declaration, if present, null otherwise. |
getAnnotation | public XSAnnotation getAnnotation()(Code) | | An annotation if it exists, otherwise null . If not null
then the first [annotation] from the sequence of annotations.
|
getAnnotations | public XSObjectList getAnnotations()(Code) | | A sequence of [annotations] or an empty XSObjectList .
|
getPublicId | public String getPublicId()(Code) | | The string representing the public identifier for this notation
declaration, if present; null otherwise.
|
getSystemId | public String getSystemId()(Code) | | The URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|
|
|