org.apache.xerces.impl.xs
public class XSNotationDecl extends Object implements XSNotationDeclaration
Version: $Id: XSNotationDecl.java,v 1.8 2004/10/06 15:14:54 mrglavas Exp $
UNKNOWN:
Field Summary | |
---|---|
XSAnnotationImpl | fAnnotation |
String | fName |
String | fPublicId |
String | fSystemId |
String | fTargetNamespace |
Method Summary | |
---|---|
XSAnnotation | getAnnotation()
Optional. |
String | getName()
The name of this XSObject depending on the
XSObject type. |
String | getNamespace()
The namespace URI of this node, or null if it is
unspecified. defines how a namespace URI is attached to schema
components. |
XSNamespaceItem | getNamespaceItem() |
String | getPublicId()
Optional if {system identifier} is present. |
String | getSystemId()
Optional if {public identifier} is present. |
short | getType()
Get the type of the object, i.e ELEMENT_DECLARATION. |
name
of this XSObject
depending on the
XSObject
type.null
if it is
unspecified. defines how a namespace URI is attached to schema
components.See Also: org.apache.xerces.xs.XSObject#getNamespaceItem()