Package org.apache.xerces.impl.xs
Class XSNotationDecl
java.lang.Object
org.apache.xerces.impl.xs.XSNotationDecl
- All Implemented Interfaces:
org.apache.xerces.xs.XSNotationDeclaration
,org.apache.xerces.xs.XSObject
The XML representation for a NOTATION declaration
schema component is a global <notation> element information item
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XSNotationDecl.java 658446 2008-05-20 21:37:22Z mrglavas $
- Author:
- Rahul Srivastava, Sun Microsystems Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.apache.xerces.xs.XSObjectList
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xerces.xs.XSAnnotation
Optional.org.apache.xerces.xs.XSObjectList
Optional.getName()
Thename
of thisXSObject
depending on theXSObject
type.The namespace URI of this node, ornull
if it is unspecified.org.apache.xerces.xs.XSNamespaceItem
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; ornull
otherwise.Optional if {system identifier} is present.Optional if {public identifier} is present.short
getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
-
Field Details
-
fName
-
fTargetNamespace
-
fPublicId
-
fSystemId
-
fAnnotations
public org.apache.xerces.xs.XSObjectList fAnnotations
-
-
Constructor Details
-
XSNotationDecl
public XSNotationDecl()
-
-
Method Details
-
getType
public short getType()Get the type of the object, i.e ELEMENT_DECLARATION.- Specified by:
getType
in interfaceorg.apache.xerces.xs.XSObject
-
getName
Thename
of thisXSObject
depending on theXSObject
type.- Specified by:
getName
in interfaceorg.apache.xerces.xs.XSObject
-
getNamespace
The namespace URI of this node, ornull
if it is unspecified. defines how a namespace URI is attached to schema components.- Specified by:
getNamespace
in interfaceorg.apache.xerces.xs.XSObject
-
getSystemId
Optional if {public identifier} is present. A URI reference.- Specified by:
getSystemId
in interfaceorg.apache.xerces.xs.XSNotationDeclaration
-
getPublicId
Optional if {system identifier} is present. A public identifier, as defined in [XML 1.0 (Second Edition)].- Specified by:
getPublicId
in interfaceorg.apache.xerces.xs.XSNotationDeclaration
-
getAnnotation
public org.apache.xerces.xs.XSAnnotation getAnnotation()Optional. Annotation.- Specified by:
getAnnotation
in interfaceorg.apache.xerces.xs.XSNotationDeclaration
-
getAnnotations
public org.apache.xerces.xs.XSObjectList getAnnotations()Optional. Annotations.- Specified by:
getAnnotations
in interfaceorg.apache.xerces.xs.XSNotationDeclaration
-
getNamespaceItem
public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()Description copied from interface:org.apache.xerces.xs.XSObject
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; ornull
otherwise.- Specified by:
getNamespaceItem
in interfaceorg.apache.xerces.xs.XSObject
- See Also:
-