org.apache.xerces.impl.xs
Class XSNotationDecl
java.lang.Object
org.apache.xerces.impl.xs.XSNotationDecl
- org.apache.xerces.xs.XSNotationDeclaration
public class XSNotationDecl
extends java.lang.Object
implements org.apache.xerces.xs.XSNotationDeclaration
The XML representation for a NOTATION declaration
schema component is a global element information item
$Id: XSNotationDecl.java 388853 2006-03-25 23:05:56Z mrglavas $- Rahul Srivastava, Sun Microsystems Inc.
org.apache.xerces.xs.XSAnnotation | getAnnotation() - Optional.
|
org.apache.xerces.xs.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.
|
org.apache.xerces.xs.XSNamespaceItem | getNamespaceItem()
|
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.
|
fAnnotations
public org.apache.xerces.xs.XSObjectList fAnnotations
fPublicId
public String fPublicId
fSystemId
public String fSystemId
fTargetNamespace
public String fTargetNamespace
getAnnotation
public org.apache.xerces.xs.XSAnnotation getAnnotation()
Optional. Annotation.
- getAnnotation in interface org.apache.xerces.xs.XSNotationDeclaration
getAnnotations
public org.apache.xerces.xs.XSObjectList getAnnotations()
Optional. Annotations.
- getAnnotations in interface org.apache.xerces.xs.XSNotationDeclaration
getName
public String getName()
The name
of this XSObject
depending on the
XSObject
type.
- getName in interface org.apache.xerces.xs.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.
- getNamespace in interface org.apache.xerces.xs.XSObject
getNamespaceItem
public org.apache.xerces.xs.XSNamespaceItem getNamespaceItem()
- getNamespaceItem in interface org.apache.xerces.xs.XSObject
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)].
- getPublicId in interface org.apache.xerces.xs.XSNotationDeclaration
getSystemId
public String getSystemId()
Optional if {public identifier} is present. A URI reference.
- getSystemId in interface org.apache.xerces.xs.XSNotationDeclaration
getType
public short getType()
Get the type of the object, i.e ELEMENT_DECLARATION.
- getType in interface org.apache.xerces.xs.XSObject
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.