|
|||||||||
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.XSDComplexType
XSDComplexType - represents <xsd:complexType>
Method Summary | |
XSDAttribute[] |
getAttributeDeclarations() get attribute declarations of this complex type does not include wild card array of attribute declarations |
XSDNode[] |
getAttributeSet() Deprecated. - use getAttributeDeclarations and getAttributeWildcard |
oracle.xml.parser.schema.XSDAny |
getAttributeWildcard() get attribute wildcard of this complex type |
XSDNode[] |
getBaseAttributeSet() Deprecated. - use get baseType |
XSDNode[] |
getBaseElementSet() Get all the local elements of the base Type of this complexType element |
XSDNode |
getBaseType() Get the base type of this complextype |
int |
getContent() |
short |
getDerivationMethod() How was this type derived from its parent type? |
java.lang.String |
getDerivedMethod() Get derivation method |
XSDNode[] |
getElementSet() Get all the local elements inside a complexType element If the complexType element extends another complexType element |
XSDGroup |
getGroup() Get the attribute group or the child & attribute group |
java.lang.String |
getRefLocalname() Get the local name of resolved 'base' attr |
XSDGroup |
getTypeGroup() |
static void |
init() |
boolean |
isAbstract() |
Methods inherited from class oracle.xml.parser.schema.XSDNode |
getAnnotation, getName, getNamespaceURI, getNodeType, getTargetNS, isNodeType |
Method Detail |
public static void init() throws XSDException
public XSDGroup getGroup()
public XSDGroup getTypeGroup()
public boolean isAbstract()
public XSDNode getBaseType()
public java.lang.String getRefLocalname()
public int getContent()
public XSDNode[] getElementSet()
public XSDNode[] getBaseElementSet()
public XSDNode[] getAttributeSet()
public XSDAttribute[] getAttributeDeclarations()
public oracle.xml.parser.schema.XSDAny getAttributeWildcard()
public XSDNode[] getBaseAttributeSet()
public short getDerivationMethod()
public java.lang.String getDerivedMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.