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 XmlSchemaExternal.getSchema()
           
 XmlSchema[] XmlSchemaCollection.getXmlSchema(java.lang.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(org.w3c.dom.Document doc, java.lang.String systemId, ValidationEventHandler veh)
          Read an XML Schema from a complete XSD XML DOM Document into this collection.
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Document doc, java.lang.String systemId, ValidationEventHandler veh, TargetNamespaceValidator validator)
          Read an XML Schema from a complete XSD XML DOM Document into this collection.
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Document doc, ValidationEventHandler veh)
          Read an XML schema into the collection from a DOM document.
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Element elem)
          Read an XML Schema into the collection from a DOM element.
 XmlSchema XmlSchemaCollection.read(org.w3c.dom.Element elem, java.lang.String systemId)
          Read a schema from a DOM tree into the collection.
 XmlSchema XmlSchemaCollection.read(org.xml.sax.InputSource inputSource, ValidationEventHandler veh)
          Read an XML schema into the collection from a SAX InputSource.
 XmlSchema XmlSchemaCollection.read(java.io.Reader r, ValidationEventHandler veh)
           
 XmlSchema XmlSchemaCollection.read(javax.xml.transform.Source source, ValidationEventHandler veh)
          Read an XML schema into the collection from a TRaX source.
 XmlSchema XmlSchemaCollection.schemaForNamespace(java.lang.String uri)
          Return the schema from this collection for a particular targetNamespace.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchema
 org.w3c.dom.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 schema)
           
 

Constructors in org.apache.ws.commons.schema with parameters of type XmlSchema
XmlSchemaComplexType(XmlSchema schema)
          Creates new XmlSchemaComplexType
XmlSchemaSimpleType(XmlSchema schema)
          Creates new XmlSchemaSimpleType
XmlSchemaType(XmlSchema schema)
          Creates new XmlSchemaType
 

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

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.
 



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