org.apache.xerces.impl.xs
Class XSNotationDecl

java.lang.Object
  extended by org.apache.xerces.impl.xs.XSNotationDecl
All Implemented Interfaces:
XSNotationDeclaration, XSObject

public class XSNotationDecl
extends Object
implements XSNotationDeclaration

The XML representation for a NOTATION declaration schema component is a global <notation> element information item

Version:
$Id: XSNotationDecl.java 658446 2008-05-20 21:37:22Z mrglavas $
Author:
Rahul Srivastava, Sun Microsystems Inc.

Field Summary
 XSObjectList fAnnotations
           
 String fName
           
 String fPublicId
           
 String fSystemId
           
 String fTargetNamespace
           
 
Constructor Summary
XSNotationDecl()
           
 
Method Summary
 XSAnnotation getAnnotation()
          Optional.
 XSObjectList getAnnotations()
          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.
 XSNamespaceItem getNamespaceItem()
          A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

public String fName

fTargetNamespace

public String fTargetNamespace

fPublicId

public String fPublicId

fSystemId

public String fSystemId

fAnnotations

public XSObjectList fAnnotations
Constructor Detail

XSNotationDecl

public XSNotationDecl()
Method Detail

getType

public short getType()
Get the type of the object, i.e ELEMENT_DECLARATION.

Specified by:
getType in interface XSObject

getName

public String getName()
The name of this XSObject depending on the XSObject type.

Specified by:
getName in interface XSObject

getNamespace

public String getNamespace()
The namespace URI of this node, or null if it is unspecified. defines how a namespace URI is attached to schema components.

Specified by:
getNamespace in interface XSObject

getSystemId

public String getSystemId()
Optional if {public identifier} is present. A URI reference.

Specified by:
getSystemId in interface XSNotationDeclaration

getPublicId

public String getPublicId()
Optional if {system identifier} is present. A public identifier, as defined in [XML 1.0 (Second Edition)].

Specified by:
getPublicId in interface XSNotationDeclaration

getAnnotation

public XSAnnotation getAnnotation()
Optional. Annotation.

Specified by:
getAnnotation in interface XSNotationDeclaration

getAnnotations

public XSObjectList getAnnotations()
Optional. Annotations.

Specified by:
getAnnotations in interface XSNotationDeclaration

getNamespaceItem

public XSNamespaceItem getNamespaceItem()
Description copied from interface: XSObject
A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.

Specified by:
getNamespaceItem in interface XSObject
See Also:
XSObject.getNamespaceItem()


Copyright © 2011. All Rights Reserved.