Parses the specified source as a schema and returns it as a schema.
This is a convenience method for {@link #newSchema(Source[] schemas)}.
@param schema Source that represents a schema. @return NewSchema
from parsing schema
.
@throws SAXException If a SAX error occurs during parsing.
@throws NullPointerException if schema is null.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|