Package org.apache.xerces.xs
Interface XSNotationDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSAnnotationgetAnnotation()An annotation if it exists, otherwisenull.XSObjectListgetAnnotations()A sequence of [annotations] or an emptyXSObjectList.java.lang.StringgetPublicId()The string representing the public identifier for this notation declaration, if present;nullotherwise.java.lang.StringgetSystemId()The URI reference representing the system identifier for the notation declaration, if present,nullotherwise.-
Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
-
-
-
Method Detail
-
getSystemId
java.lang.String getSystemId()
The URI reference representing the system identifier for the notation declaration, if present,nullotherwise.
-
getPublicId
java.lang.String getPublicId()
The string representing the public identifier for this notation declaration, if present;nullotherwise.
-
getAnnotation
XSAnnotation getAnnotation()
An annotation if it exists, otherwisenull. If not null then the first [annotation] from the sequence of annotations.
-
getAnnotations
XSObjectList getAnnotations()
A sequence of [annotations] or an emptyXSObjectList.
-
-