org.obe.util
Class SchemaUtils

java.lang.Object
  extended byorg.obe.util.SchemaUtils

public final class SchemaUtils
extends java.lang.Object

Utilities for mapping XML Schema constructs to XPDL constructs.

Author:
Adrian Price

Method Summary
static java.lang.Class classForSchemaType(org.w3c.dom.Element schemaElem, javax.xml.namespace.QName name)
           
static java.lang.Class classForSchemaType(java.io.InputStream in, javax.xml.namespace.QName name)
           
static java.lang.Class classForSchemaType(java.io.Reader in, javax.xml.namespace.QName name)
           
static void close(org.xml.sax.InputSource in)
           
static void close(javax.xml.transform.Source src)
           
static org.xml.sax.EntityResolver getEntityResolver()
           
static javax.xml.transform.URIResolver getURIResolver()
           
static void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
           
static void setURIResolver(javax.xml.transform.URIResolver uriResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

classForSchemaType

public static java.lang.Class classForSchemaType(org.w3c.dom.Element schemaElem,
                                                 javax.xml.namespace.QName name)
                                          throws XMLException
Throws:
XMLException

classForSchemaType

public static java.lang.Class classForSchemaType(java.io.InputStream in,
                                                 javax.xml.namespace.QName name)
                                          throws XMLException
Throws:
XMLException

classForSchemaType

public static java.lang.Class classForSchemaType(java.io.Reader in,
                                                 javax.xml.namespace.QName name)
                                          throws XMLException
Throws:
XMLException

getEntityResolver

public static org.xml.sax.EntityResolver getEntityResolver()

setEntityResolver

public static void setEntityResolver(org.xml.sax.EntityResolver entityResolver)

getURIResolver

public static javax.xml.transform.URIResolver getURIResolver()

setURIResolver

public static void setURIResolver(javax.xml.transform.URIResolver uriResolver)

close

public static void close(org.xml.sax.InputSource in)
                  throws java.io.IOException
Throws:
java.io.IOException

close

public static void close(javax.xml.transform.Source src)
                  throws java.io.IOException
Throws:
java.io.IOException


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.