Class TypeSystemHolder
- java.lang.Object
-
- org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder
-
public class TypeSystemHolder extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeSystemHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGlobalAttribute(Attribute attribute)voidaddGlobalElement(Element element)voidaddGlobalType(Type type)protected voidfillUpContentForComplexType(Type type, ComplexType sComplexType, String tns)protected voidfillUpLocalAttribute(Attribute att, Attribute sAttribute, String tns)protected voidfillUpLocalElement(Element element, LocalElement localSElement, String tns)AttributegetGlobalAttribute(QName name)Attribute[]getGlobalAttributes()ElementgetGlobalElement(QName name)Element[]getGlobalElements()TypegetGlobalType(QName name)Type[]getGlobalTypes()SchemaDocument[]getSchemaDocuments()StringtoString()
-
-
-
Method Detail
-
addGlobalElement
public void addGlobalElement(Element element)
-
getGlobalElements
public Element[] getGlobalElements()
-
addGlobalAttribute
public void addGlobalAttribute(Attribute attribute)
-
getGlobalAttributes
public Attribute[] getGlobalAttributes()
-
addGlobalType
public void addGlobalType(Type type)
-
getGlobalTypes
public Type[] getGlobalTypes()
-
getSchemaDocuments
public SchemaDocument[] getSchemaDocuments()
-
fillUpLocalElement
protected void fillUpLocalElement(Element element, LocalElement localSElement, String tns)
-
fillUpLocalAttribute
protected void fillUpLocalAttribute(Attribute att, Attribute sAttribute, String tns)
-
fillUpContentForComplexType
protected void fillUpContentForComplexType(Type type, ComplexType sComplexType, String tns)
-
-