Uses of Class
org.apache.ws.commons.schema.XmlSchema

Packages that use XmlSchema
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.utils   
 

Uses of XmlSchema in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchema
 XmlSchema XmlSchemaType.getParent()
           
 XmlSchema XmlSchemaNotation.getParent()
           
 XmlSchema XmlSchemaGroup.getParent()
           
 XmlSchema XmlSchemaElement.getParent()
           
 XmlSchema XmlSchemaAttributeGroup.getParent()
           
 XmlSchema XmlSchemaAttribute.getParent()
           
 XmlSchema XmlSchemaExternal.getSchema()
           
 XmlSchema[] XmlSchemaCollection.getXmlSchema(String systemId)
          Retrieve a set containing the XmlSchema instances with the given system ID.
 XmlSchema[] XmlSchemaCollection.getXmlSchemas()
          Returns an array of all the XmlSchemas in this collection.
 XmlSchema XmlSchemaCollection.read(Document doc)
          Read an XML schema into the collection from a DOM document.
 XmlSchema XmlSchemaCollection.read(Document doc, String systemId)
          Read an XML Schema from a complete XSD XML DOM Document into this collection.
 XmlSchema XmlSchemaCollection.read(Document doc, String systemId, TargetNamespaceValidator validator)
          Read an XML Schema from a complete XSD XML DOM Document into this collection.
 XmlSchema XmlSchemaCollection.read(Element elem)
          Read an XML Schema into the collection from a DOM element.
 XmlSchema XmlSchemaCollection.read(Element elem, String systemId)
          Read a schema from a DOM tree into the collection.
 XmlSchema XmlSchemaCollection.read(InputSource inputSource)
          Read an XML schema into the collection from a SAX InputSource.
 XmlSchema XmlSchemaCollection.read(Reader r)
           
 XmlSchema XmlSchemaCollection.read(Source source)
          Read an XML schema into the collection from a TRaX source.
 XmlSchema XmlSchemaCollection.schemaForNamespace(String uri)
          Return the schema from this collection for a particular targetNamespace.
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchema
 Map<String,XmlSchema> XmlSchemaCollection.getKnownNamespaceMap()
          get the namespace map
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchema
 Document[] XmlSchemaSerializer.serializeSchema(XmlSchema schemaObj, boolean serializeIncluded)
          Serialize an entire schema, returning an array of DOM Documents, one per XSL file.
 void XmlSchemaExternal.setSchema(XmlSchema sc)
          Store a reference to an XmlSchema corresponding to this item.
 

Method parameters in org.apache.ws.commons.schema with type arguments of type XmlSchema
protected  XmlSchemaAttribute XmlSchema.getAttributeByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
protected  XmlSchemaAttributeGroup XmlSchema.getAttributeGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
protected  XmlSchemaElement XmlSchema.getElementByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
protected  XmlSchemaGroup XmlSchema.getGroupByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
protected  XmlSchemaNotation XmlSchema.getNotationByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
protected  XmlSchemaType XmlSchema.getTypeByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
          Protected method that allows safe (non-recursive schema loading).
 void XmlSchemaCollection.setKnownNamespaceMap(Map<String,XmlSchema> knownNamespaceMap)
          sets the known namespace map
 

Constructors in org.apache.ws.commons.schema with parameters of type XmlSchema
XmlSchemaAttribute(XmlSchema schema, boolean topLevel)
          Create a new attribute.
XmlSchemaAttributeGroup(XmlSchema parent)
          Creates new XmlSchemaAttributeGroup
XmlSchemaAttributeGroupRef(XmlSchema parent)
          Create an attribute group reference.
XmlSchemaComplexType(XmlSchema schema, boolean topLevel)
          Creates new XmlSchemaComplexType
XmlSchemaElement(XmlSchema parentSchema, boolean topLevel)
          Creates new XmlSchemaElement
XmlSchemaExternal(XmlSchema parent)
          Creates new XmlSchemaExternal
XmlSchemaGroup(XmlSchema parent)
           
XmlSchemaImport(XmlSchema parent)
          Creates new XmlSchemaImport
XmlSchemaInclude(XmlSchema parent)
          Creates new XmlSchemaInclude
XmlSchemaNotation(XmlSchema parent)
          Creates new XmlSchemaNotation
XmlSchemaRedefine(XmlSchema parent)
          Creates new XmlSchemaRedefine
XmlSchemaSimpleType(XmlSchema schema, boolean topLevel)
          Creates new XmlSchemaSimpleType
XmlSchemaType(XmlSchema schema, boolean topLevel)
          Creates new XmlSchemaType
 

Uses of XmlSchema in org.apache.ws.commons.schema.utils
 

Fields in org.apache.ws.commons.schema.utils declared as XmlSchema
protected  XmlSchema XmlSchemaRefBase.parent
           
protected  XmlSchema XmlSchemaNamedImpl.parentSchema
           
 

Methods in org.apache.ws.commons.schema.utils that return XmlSchema
 XmlSchema XmlSchemaNamedImpl.getParent()
          Retrieve the parent schema.
 XmlSchema XmlSchemaNamed.getParent()
          Retrieve the parent schema.
 

Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchema
 void TargetNamespaceValidator.validate(XmlSchema pSchema)
          Called for validating the given schemas target namespace.
 

Constructors in org.apache.ws.commons.schema.utils with parameters of type XmlSchema
XmlSchemaNamedImpl(XmlSchema parent, boolean topLevel)
          Create a new named object.
XmlSchemaNamedWithFormImpl(XmlSchema parent, boolean topLevel, boolean element)
          Delegate object for managing names for attributes and elements.
XmlSchemaRef(XmlSchema parent, Class<T> targetClass)
           
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.