public class

XSNotationDecl

extends Object
implements XSNotationDeclaration
java.lang.Object
   ↳ org.apache.xerces.impl.xs.XSNotationDecl

Class Overview

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

Summary

Fields
public XSObjectList fAnnotations
public String fName
public String fPublicId
public String fSystemId
public String fTargetNamespace
Public Constructors
XSNotationDecl()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.xerces.xs.XSNotationDeclaration
From interface org.apache.xerces.xs.XSObject

Fields

public XSObjectList fAnnotations

public String fName

public String fPublicId

public String fSystemId

public String fTargetNamespace

Public Constructors

public XSNotationDecl ()

Public Methods

public XSAnnotation getAnnotation ()

Optional. Annotation.

public XSObjectList getAnnotations ()

Optional. Annotations.

public String getName ()

The name of this XSObject depending on the XSObject type.

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.

public XSNamespaceItem getNamespaceItem ()

A namespace schema information item corresponding to the target namespace of the component, if it is globally declared; or null otherwise.

public String getPublicId ()

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

public String getSystemId ()

Optional if {public identifier} is present. A URI reference.

public short getType ()

Get the type of the object, i.e ELEMENT_DECLARATION.