|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.parser.schema.XSDNode
oracle.xml.parser.schema.XSDAttribute
Represents XMLSchema attribute declaration component
Field Summary |
Method Summary | |
java.lang.String |
getDefaultVal() Get the value of 'default' attr in case of element, and the value of 'value' attr based on 'use' attribute |
java.lang.String |
getFixedVal() Get the value of 'fixed' attr in case of element, and the value of 'value' attr based on 'use' attribute |
java.lang.String |
getName() Get the name of the node |
java.lang.String |
getRefLocalname() Get the local name of the resolved 'ref' attribute |
java.lang.String |
getRefNamespace() Get the namespace of the resolved 'ref' attribute |
int |
getRefState() Get refState. |
java.lang.String |
getTargetNS() Get target namespace |
XSDNode |
getType() Get the node type |
boolean |
isRequired() Check if the attribute is required |
Methods inherited from class oracle.xml.parser.schema.XSDNode |
getNodeType, getOwnerSchema, isNodeType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getRefState()
public java.lang.String getDefaultVal()
public java.lang.String getFixedVal()
public java.lang.String getName()
getName
in class XSDNode
public java.lang.String getRefNamespace()
public java.lang.String getRefLocalname()
getRefLocalname
in class XSDNode
public java.lang.String getTargetNS()
getTargetNS
in class XSDNode
public boolean isRequired()
public XSDNode getType()
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |