Class TypeSystemHolder

java.lang.Object
org.apache.xmlbeans.impl.inst2xsd.util.TypeSystemHolder

public class TypeSystemHolder extends Object
  • Constructor Details

    • TypeSystemHolder

      public TypeSystemHolder()
  • Method Details

    • addGlobalElement

      public void addGlobalElement(Element element)
    • getGlobalElement

      public Element getGlobalElement(QName name)
    • getGlobalElements

      public Element[] getGlobalElements()
    • addGlobalAttribute

      public void addGlobalAttribute(Attribute attribute)
    • getGlobalAttribute

      public Attribute getGlobalAttribute(QName name)
    • getGlobalAttributes

      public Attribute[] getGlobalAttributes()
    • addGlobalType

      public void addGlobalType(Type type)
    • getGlobalType

      public Type getGlobalType(QName name)
    • getGlobalTypes

      public Type[] getGlobalTypes()
    • getSchemaDocuments

      public SchemaDocument[] getSchemaDocuments()
    • toString

      public String toString()
      Overrides:
      toString in class Object