|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.impl.xs.XSNotationDecl
public class XSNotationDecl
The XML representation for a NOTATION declaration schema component is a global <notation> element information item
| Field Summary | |
|---|---|
XSObjectList |
fAnnotations
|
java.lang.String |
fName
|
java.lang.String |
fPublicId
|
java.lang.String |
fSystemId
|
java.lang.String |
fTargetNamespace
|
| Constructor Summary | |
|---|---|
XSNotationDecl()
|
|
| Method Summary | |
|---|---|
XSAnnotation |
getAnnotation()
Optional. |
XSObjectList |
getAnnotations()
Optional. |
java.lang.String |
getName()
The name of this XSObject depending on the
XSObject type. |
java.lang.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. |
java.lang.String |
getPublicId()
Optional if {system identifier} is present. |
java.lang.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String fName
public java.lang.String fTargetNamespace
public java.lang.String fPublicId
public java.lang.String fSystemId
public XSObjectList fAnnotations
| Constructor Detail |
|---|
public XSNotationDecl()
| Method Detail |
|---|
public short getType()
getType in interface XSObjectpublic java.lang.String getName()
name of this XSObject depending on the
XSObject type.
getName in interface XSObjectpublic java.lang.String getNamespace()
null if it is
unspecified. defines how a namespace URI is attached to schema
components.
getNamespace in interface XSObjectpublic java.lang.String getSystemId()
getSystemId in interface XSNotationDeclarationpublic java.lang.String getPublicId()
getPublicId in interface XSNotationDeclarationpublic XSAnnotation getAnnotation()
getAnnotation in interface XSNotationDeclarationpublic XSObjectList getAnnotations()
getAnnotations in interface XSNotationDeclarationpublic XSNamespaceItem getNamespaceItem()
XSObjectnull otherwise.
getNamespaceItem in interface XSObjectXSObject.getNamespaceItem()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||