public class XSUtils
extends java.lang.Object
| Constructor and Description |
|---|
XSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.net.URI,byte[]> |
captureSchema(java.net.URI systemURI,
byte[] schemaData,
org.apache.xerces.xni.parser.XMLEntityResolver resolver)
Capture the schemas supplied by the reader.
|
public static java.util.Map<java.net.URI,byte[]> captureSchema(java.net.URI systemURI,
byte[] schemaData,
org.apache.xerces.xni.parser.XMLEntityResolver resolver)
throws XsdException
systemURI is
required to resolve any relative uris encountered during the parse.systemURI - Used to resolve relative uris.schemaData - the top level schema.resolver - entity resolverXsdException