javax > javax.xml > javax.xml.validation > javax.xml.validation.schemafactory >

Class: javax.xml.validation.SchemaFactory
    java.lang.Object
       javax.xml.validation.SchemaFactory


public abstract class SchemaFactory extends Object


FIELDS:

CONSTRUCTORS:
protected SchemaFactory()


METHODS:
public abstract ErrorHandler getErrorHandler()

public boolean getFeature(String name)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException
Throws: NullPointerException

public Object getProperty(String name)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException
Throws: NullPointerException

public abstract LSResourceResolver getResourceResolver()

public abstract boolean isSchemaLanguageSupported(String schemaLanguage)
Throws: NullPointerException
Throws: IllegalArgumentException

public static final SchemaFactory newInstance(String schemaLanguage)
Throws: IllegalArgumentException
Throws: NullPointerException

public static SchemaFactory newInstance(String schemaLanguage, String factoryClassName, ClassLoader classLoader)
Throws: IllegalArgumentException
Throws: NullPointerException

public abstract Schema newSchema()
Throws: UnsupportedOperationException
Throws: SAXException

public Schema newSchema(File schema)
Throws: SAXException
Throws: NullPointerException

public Schema newSchema(URL schema)
Throws: SAXException
Throws: NullPointerException

public Schema newSchema(Source schema)
Throws: SAXException
Throws: NullPointerException

public abstract Schema newSchema(Source[] schemas)
Throws: SAXException
Throws: NullPointerException
Throws: IllegalArgumentException
Throws: UnsupportedOperationException

public abstract void setErrorHandler(ErrorHandler errorHandler)

public void setFeature(String name, boolean value)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException
Throws: NullPointerException

public void setProperty(String name, Object object)
Throws: SAXNotRecognizedException
Throws: SAXNotSupportedException
Throws: NullPointerException

public abstract void setResourceResolver(LSResourceResolver resourceResolver)


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net