org.apache.xerces.impl.xs

Class XSNotationDecl

public class XSNotationDecl extends Object implements XSNotationDeclaration

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

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Id: XSNotationDecl.java,v 1.8 2004/10/06 15:14:54 mrglavas Exp $

Author: Rahul Srivastava, Sun Microsystems Inc.

Field Summary
XSAnnotationImplfAnnotation
StringfName
StringfPublicId
StringfSystemId
StringfTargetNamespace
Method Summary
XSAnnotationgetAnnotation()
Optional.
StringgetName()
The name of this XSObject depending on the XSObject type.
StringgetNamespace()
The namespace URI of this node, or null if it is unspecified. defines how a namespace URI is attached to schema components.
XSNamespaceItemgetNamespaceItem()
StringgetPublicId()
Optional if {system identifier} is present.
StringgetSystemId()
Optional if {public identifier} is present.
shortgetType()
Get the type of the object, i.e ELEMENT_DECLARATION.

Field Detail

fAnnotation

public XSAnnotationImpl fAnnotation

fName

public String fName

fPublicId

public String fPublicId

fSystemId

public String fSystemId

fTargetNamespace

public String fTargetNamespace

Method Detail

getAnnotation

public XSAnnotation getAnnotation()
Optional. Annotation.

getName

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

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.

getNamespaceItem

public XSNamespaceItem getNamespaceItem()

See Also: org.apache.xerces.xs.XSObject#getNamespaceItem()

getPublicId

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

getSystemId

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

getType

public short getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.