Class TypeSystemHolder


  • public class TypeSystemHolder
    extends java.lang.Object
    • Constructor Detail

      • TypeSystemHolder

        public TypeSystemHolder()
    • Method Detail

      • addGlobalElement

        public void addGlobalElement​(Element element)
      • getGlobalElement

        public Element getGlobalElement​(javax.xml.namespace.QName name)
      • getGlobalElements

        public Element[] getGlobalElements()
      • addGlobalAttribute

        public void addGlobalAttribute​(Attribute attribute)
      • getGlobalAttribute

        public Attribute getGlobalAttribute​(javax.xml.namespace.QName name)
      • getGlobalAttributes

        public Attribute[] getGlobalAttributes()
      • addGlobalType

        public void addGlobalType​(Type type)
      • getGlobalType

        public Type getGlobalType​(javax.xml.namespace.QName name)
      • getGlobalTypes

        public Type[] getGlobalTypes()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object