Class TypeSystemHolder
java.lang.Object
org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
public class TypeSystemHolder extends Object
- Author:
- Cezar Andrei (cezar.andrei at bea.com) Date: Jul 16, 2004
-
Constructor Summary
Constructors Constructor Description TypeSystemHolder() -
Method Summary
Modifier and Type Method Description voidaddGlobalAttribute(Attribute attribute)voidaddGlobalElement(Element element)voidaddGlobalType(Type type)protected voidfillUpContentForComplexType(Type type, org.apache.xmlbeans.impl.xb.xsdschema.ComplexType sComplexType, String tns)protected voidfillUpLocalAttribute(Attribute att, org.apache.xmlbeans.impl.xb.xsdschema.Attribute sAttribute, String tns)protected voidfillUpLocalElement(Element element, org.apache.xmlbeans.impl.xb.xsdschema.LocalElement localSElement, String tns)AttributegetGlobalAttribute(QName name)Attribute[]getGlobalAttributes()ElementgetGlobalElement(QName name)Element[]getGlobalElements()TypegetGlobalType(QName name)Type[]getGlobalTypes()org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument[]getSchemaDocuments()StringtoString()
-
Constructor Details
-
TypeSystemHolder
public TypeSystemHolder()
-
-
Method Details
-
addGlobalElement
-
getGlobalElement
-
getGlobalElements
-
addGlobalAttribute
-
getGlobalAttribute
-
getGlobalAttributes
-
addGlobalType
-
getGlobalType
-
getGlobalTypes
-
getSchemaDocuments
public org.apache.xmlbeans.impl.xb.xsdschema.SchemaDocument[] getSchemaDocuments() -
fillUpLocalElement
-
fillUpLocalAttribute
-
fillUpContentForComplexType
-
toString
-