XSNotationDeclarationpublic interface XSNotationDeclaration implements XSObjectThis interface represents the Notation Declaration schema component. |
Methods Summary |
---|
public com.sun.org.apache.xerces.internal.xs.XSAnnotation | getAnnotation()An [annotation] if it exists, otherwise null .
| public java.lang.String | getPublicId()The string representing the public identifier for this notation
declaration, if present; null otherwise.
| public java.lang.String | getSystemId()The URI reference representing the system identifier for the notation
declaration, if present, null otherwise.
|
|