|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.utils.xsd.XSUtils
public class XSUtils
Various utility methods related to XML Schema processing.
Constructor Summary | |
---|---|
XSUtils()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSUtils()
Method Detail |
---|
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 resolver
XsdException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |