Uses of Class
com.ebmwebsourcing.commons.schema.api.SchemaException

Packages that use SchemaException
com.ebmwebsourcing.commons.schema   
com.ebmwebsourcing.commons.schema.api   
com.ebmwebsourcing.commons.schema.api.abstractElmt   
com.ebmwebsourcing.commons.schema.impl   
 

Uses of SchemaException in com.ebmwebsourcing.commons.schema
 

Methods in com.ebmwebsourcing.commons.schema that throw SchemaException
static SchemaFactory SchemaFactory.newInstance()
          Get a new instance of a SchemaFactory.
 

Uses of SchemaException in com.ebmwebsourcing.commons.schema.api
 

Methods in com.ebmwebsourcing.commons.schema.api that throw SchemaException
 void Schema.addInclude(Include includeDef)
          Add an include to this schema.
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
          Return a document generated from the specified Schema model.
 java.lang.String Element.printXml(java.lang.Object value)
          print the xml with value if value !
 Schema SchemaReader.readSchema(org.w3c.dom.Document wsdlDocument)
          Read the specified Schema document into a Schema definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI)
          Read the Schema document accessible via the specified URI into a Schema definition.
 Schema SchemaReader.readSchema(java.net.URI schemaURI, javax.xml.transform.dom.DOMSource inputSource)
          Read a Schema document into a Schema definition.
 Include Schema.removeInclude(Include includeDef)
          Remove an include from this schema.
 java.lang.String SchemaWriter.writeSchema(Schema wsdlDef)
          Write the specified Schema definition .
 

Uses of SchemaException in com.ebmwebsourcing.commons.schema.api.abstractElmt
 

Methods in com.ebmwebsourcing.commons.schema.api.abstractElmt that throw SchemaException
 void AbstractSchema.addInclude(Include incl)
          Include operation
 org.jdom.Element AbstractElement.generateElement(java.lang.Object values)
           
abstract  java.lang.String AbstractType.printXml(Element e, V value)
           
 java.lang.String AbstractElement.printXml(java.lang.Object value)
           
 

Uses of SchemaException in com.ebmwebsourcing.commons.schema.impl
 

Methods in com.ebmwebsourcing.commons.schema.impl that throw SchemaException
protected static void SchemaJAXBContext.createContext()
          Private object initializations
 org.w3c.dom.Document SchemaWriter.getDocument(Schema schemaDef)
           
static javax.xml.bind.Marshaller SchemaWriter.getMarshaller()
          Get the marshaller instance.
static javax.xml.bind.Unmarshaller SchemaReader.getUnMarshaller()
          Get the unmarshaller instance.
 java.lang.String ComplexType.printXml(Element eIn, java.util.List<java.lang.String> values)
           
 java.lang.String SimpleType.printXml(Element eIn, java.lang.String value)
           
 Schema SchemaReader.readSchema(org.w3c.dom.Document schemaDocument)
           
 Schema SchemaReader.readSchema(java.net.URI schemaURI)
           
 Schema SchemaReader.readSchema(java.net.URI schemaUri, javax.xml.transform.dom.DOMSource input)
           
 Include Schema.removeInclude(Include includeDef)
           
 java.lang.String SchemaWriter.writeSchema(Schema schemaDef)
           
 

Constructors in com.ebmwebsourcing.commons.schema.impl that throw SchemaException
Element(Element model, Schema schema)
           
Schema(java.net.URI baseURI, Schema schema, org.jdom.Document doc, java.util.Map<SchemaReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2008 eBM WebSourcing. All Rights Reserved.