|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.xml.parser.schema.XSDNode | +--oracle.xml.parser.schema.XSDAttribute
XSDAttribute class. Represents XMLSchema <attribute>
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 |
getAnnotation, getNamespaceURI, getNodeType, isNodeType |
Method Detail |
public int getRefState()
public java.lang.String getDefaultVal()
public java.lang.String getFixedVal()
public java.lang.String getName()
public java.lang.String getRefNamespace()
public java.lang.String getRefLocalname()
public java.lang.String getTargetNS()
public boolean isRequired()
public XSDNode getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.