return createNewStore( null, options ).newSaxHandler( type, options );
}
public XMLInputStream newValidatingXMLInputStream ( XMLInputStream xis, SchemaType type, XmlOptions options ) throws XmlException, XMLStreamException
{
return new ValidatingXMLInputStream( xis, this, type, options );
}