BEA Systems, Inc.

weblogic.apache.xerces.impl.xs
Class XSNotationDecl

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

Deprecated. please use JDK supplied XML parsers and transformers

public class XSNotationDecl
extends Object
implements weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration

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


Field Summary
 String fName
          Deprecated.  
 String fPublicId
          Deprecated.  
 String fSystemId
          Deprecated.  
 String fTargetNamespace
          Deprecated.  
 
Constructor Summary
XSNotationDecl()
          Deprecated.  
 
Method Summary
 weblogic.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
          Deprecated. Optional.
 String getName()
          Deprecated. The name of this XSObject depending on the XSObject type.
 String getNamespace()
          Deprecated. The namespace URI of this node, or null if it is unspecified.
 String getPublicId()
          Deprecated. Optional if {system identifier} is present.
 String getSystemId()
          Deprecated. Optional if {public identifier} is present.
 short getType()
          Deprecated. 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
Deprecated. 

fTargetNamespace

public String fTargetNamespace
Deprecated. 

fPublicId

public String fPublicId
Deprecated. 

fSystemId

public String fSystemId
Deprecated. 
Constructor Detail

XSNotationDecl

public XSNotationDecl()
Deprecated. 
Method Detail

getType

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

Specified by:
getType in interface weblogic.apache.xerces.impl.xs.psvi.XSObject

getName

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

Specified by:
getName in interface weblogic.apache.xerces.impl.xs.psvi.XSObject

getNamespace

public String getNamespace()
Deprecated. 
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 weblogic.apache.xerces.impl.xs.psvi.XSObject

getSystemId

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

Specified by:
getSystemId in interface weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration

getPublicId

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

Specified by:
getPublicId in interface weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration

getAnnotation

public weblogic.apache.xerces.impl.xs.psvi.XSAnnotation getAnnotation()
Deprecated. 
Optional. Annotation.

Specified by:
getAnnotation in interface weblogic.apache.xerces.impl.xs.psvi.XSNotationDeclaration

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.