|
||||||||||
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. |
org.apache.xerces.jaxp | |
org.apache.xerces.jaxp.validation |
Uses of Schema in javax.xml.parsers |
---|
Methods in javax.xml.parsers that return Schema | |
---|---|
Schema |
SAXParserFactory.getSchema()
Gets the Schema object specified through
the SAXParserFactory.setSchema(Schema schema) method. |
Schema |
SAXParser.getSchema()
Get a reference to the the Schema being used by
the XML processor. |
Schema |
DocumentBuilderFactory.getSchema()
Gets the Schema object specified through
the DocumentBuilderFactory.setSchema(Schema schema) method. |
Schema |
DocumentBuilder.getSchema()
Get a reference to the the Schema being used by
the XML processor. |
Methods in javax.xml.parsers with parameters of type Schema | |
---|---|
void |
SAXParserFactory.setSchema(Schema schema)
Set the Schema to be used by parsers created
from this factory. |
void |
DocumentBuilderFactory.setSchema(Schema schema)
Set the Schema to 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 Schema object. |
Schema |
SchemaFactory.newSchema(java.io.File schema)
Parses the specified File as a schema and returns it as a Schema . |
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(java.net.URL schema)
Parses the specified URL as a schema and returns it as a Schema . |
Uses of Schema in org.apache.xerces.jaxp |
---|
Methods in org.apache.xerces.jaxp that return Schema | |
---|---|
Schema |
SAXParserImpl.getSchema()
|
Schema |
SAXParserFactoryImpl.getSchema()
|
Schema |
DocumentBuilderFactoryImpl.getSchema()
|
Schema |
DocumentBuilderImpl.getSchema()
|
Methods in org.apache.xerces.jaxp with parameters of type Schema | |
---|---|
void |
SAXParserFactoryImpl.setSchema(Schema grammar)
|
void |
DocumentBuilderFactoryImpl.setSchema(Schema grammar)
|
Uses of Schema in org.apache.xerces.jaxp.validation |
---|
Methods in org.apache.xerces.jaxp.validation that return Schema | |
---|---|
Schema |
XMLSchemaFactory.newSchema()
|
Schema |
XMLSchemaFactory.newSchema(Source[] schemas)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |