public class AttributeGroup extends GlobalDeclaration
AttributeGroup definitions are associated with a type in one of the following ways:
debug, documentation, element, location, name, namespace, schemaReader, type, xsdPrefixATTRIBUTE_GROUP, BUILT_IN_TYPE, COMPLEX_TYPE, GENERIC_TYPE, GLOBAL_ATTRIBUTE, GLOBAL_DECLARATION, GLOBAL_ELEMENT, MODEL_GROUP, SIMPLE_TYPE| Constructor and Description |
|---|
AttributeGroup(org.dom4j.Element element,
java.lang.String location,
org.dom4j.Namespace namespace,
SchemaReader schemaReader)
Constructor for the AttributeGroup object
|
| Modifier and Type | Method and Description |
|---|---|
void |
extractDocumentation() |
java.util.List |
getAttributes() |
int |
getDataType()
Gets the dataType attribute of the AttributeGroup object
|
java.lang.String |
toString()
NOT YET DOCUMENTED
|
getDocumentation, getElement, getElementAsXml, getLocation, getName, getNamespace, getQualifiedInstanceName, getQualifiedName, getSchemaReader, getType, isAnyType, isAttributeGroup, isBuiltIn, isComplexType, isGlobalAttribute, isGlobalDeclaration, isGlobalElement, isModelGroup, isSimpleType, isTypeDef, prtln, prtlnErrpublic AttributeGroup(org.dom4j.Element element,
java.lang.String location,
org.dom4j.Namespace namespace,
SchemaReader schemaReader)
element - NOT YET DOCUMENTEDlocation - NOT YET DOCUMENTEDnamespace - NOT YET DOCUMENTEDpublic java.util.List getAttributes()
public int getDataType()
getDataType in interface GlobalDefgetDataType in class GlobalDeclarationpublic void extractDocumentation()
extractDocumentation in class GlobalDeclarationpublic java.lang.String toString()
toString in interface GlobalDeftoString in class GlobalDeclaration