public class TypeSystemHolder extends Object
Constructor and Description |
---|
TypeSystemHolder() |
Modifier and Type | Method and Description |
---|---|
void |
addGlobalAttribute(Attribute attribute) |
void |
addGlobalElement(Element element) |
void |
addGlobalType(Type type) |
protected void |
fillUpContentForComplexType(Type type,
ComplexType sComplexType,
String tns) |
protected void |
fillUpLocalAttribute(Attribute att,
Attribute sAttribute,
String tns) |
protected void |
fillUpLocalElement(Element element,
LocalElement localSElement,
String tns) |
Attribute |
getGlobalAttribute(QName name) |
Attribute[] |
getGlobalAttributes() |
Element |
getGlobalElement(QName name) |
Element[] |
getGlobalElements() |
Type |
getGlobalType(QName name) |
Type[] |
getGlobalTypes() |
SchemaDocument[] |
getSchemaDocuments() |
String |
toString() |
public void addGlobalElement(Element element)
public Element[] getGlobalElements()
public void addGlobalAttribute(Attribute attribute)
public Attribute[] getGlobalAttributes()
public void addGlobalType(Type type)
public Type[] getGlobalTypes()
public SchemaDocument[] getSchemaDocuments()
protected void fillUpLocalElement(Element element, LocalElement localSElement, String tns)
protected void fillUpLocalAttribute(Attribute att, Attribute sAttribute, String tns)
protected void fillUpContentForComplexType(Type type, ComplexType sComplexType, String tns)