| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
|---|---|
| javax.xml.parsers | Provides classes allowing the processing of XML documents. | 
| javax.xml.validation | This package provides an API for validation of XML documents. | 
| Uses of Schema in javax.xml.parsers | 
|---|
| Methods in javax.xml.parsers that return Schema | |
|---|---|
|  Schema | SAXParser.getSchema()Get a reference to the the Schemabeing used by
 the XML processor. | 
|  Schema | SAXParserFactory.getSchema()Gets the Schemaobject specified through
 theSAXParserFactory.setSchema(Schema schema)method. | 
|  Schema | DocumentBuilder.getSchema()Get a reference to the the Schemabeing used by
 the XML processor. | 
|  Schema | DocumentBuilderFactory.getSchema()Gets the Schemaobject specified through
 theDocumentBuilderFactory.setSchema(Schema schema)method. | 
| Methods in javax.xml.parsers with parameters of type Schema | |
|---|---|
|  void | SAXParserFactory.setSchema(Schema schema)Set the Schemato be used by parsers created
 from this factory. | 
|  void | DocumentBuilderFactory.setSchema(Schema schema)Set the Schemato be used by parsers created
 from this factory. | 
| Uses of Schema in javax.xml.validation | 
|---|
| Methods in javax.xml.validation that return Schema | |
|---|---|
| abstract  Schema | SchemaFactory.newSchema()Creates a special Schemaobject. | 
|  Schema | SchemaFactory.newSchema(File schema)Parses the specified Fileas a schema and returns it as aSchema. | 
|  Schema | SchemaFactory.newSchema(Source schema)Parses the specified source as a schema and returns it as a schema. | 
| abstract  Schema | SchemaFactory.newSchema(Source[] schemas)Parses the specified source(s) as a schema and returns it as a schema. | 
|  Schema | SchemaFactory.newSchema(URL schema)Parses the specified URLas a schema and returns it as aSchema. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.