|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSNotationDeclaration
This interface represents the Notation Declaration schema component.
Method Summary | |
---|---|
XSAnnotation |
getAnnotation()
An annotation if it exists, otherwise null . |
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
java.lang.String |
getPublicId()
The string representing the public identifier for this notation declaration, if present; null otherwise. |
java.lang.String |
getSystemId()
The URI reference representing the system identifier for the notation declaration, if present, null otherwise. |
Methods inherited from interface org.apache.xerces.xs.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Method Detail |
---|
java.lang.String getSystemId()
null
otherwise.
java.lang.String getPublicId()
null
otherwise.
XSAnnotation getAnnotation()
null
. If not null
then the first [annotation] from the sequence of annotations.
XSObjectList getAnnotations()
XSObjectList
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |