org.apache.xerces.xs
Interface XSNotationDeclaration
- XSObject
public interface XSNotationDeclaration
This interface represents the Notation Declaration schema component.
XSAnnotation | getAnnotation() - An annotation if it exists, otherwise
null .
|
XSObjectList | getAnnotations() - A sequence of [annotations] or an empty
XSObjectList .
|
String | getPublicId() - The string representing the public identifier for this notation
declaration, if present;
null otherwise.
|
String | getSystemId() - The URI reference representing the system identifier for the notation
declaration, if present,
null otherwise.
|
getAnnotation
public XSAnnotation getAnnotation()
An annotation if it exists, otherwise null
. If not null
then the first [annotation] from the sequence of annotations.
getAnnotations
public XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList
.
getPublicId
public String getPublicId()
The string representing the public identifier for this notation
declaration, if present; null
otherwise.
getSystemId
public String getSystemId()
The URI reference representing the system identifier for the notation
declaration, if present, null
otherwise.
Copyright B) 1999-2007 The Apache Software Foundation. All Rights Reserved.