555657585960616263
public XmlSchemaLoader(InputSource in) { this.in = in; } public NodeSet build(TxwOptions options) throws SAXException { XSOMParser xsom = new XSOMParser(); xsom.parse(in); return XmlSchemaBuilder.build(xsom.getResult(),options); }