Class SchemaFactoryLoader

java.lang.Object
javax.xml.validation.SchemaFactoryLoader

public abstract class SchemaFactoryLoader extends java.lang.Object

This class was removed from JAXP 1.3 before it was finalized but was mistakenly included in Java 5. It only exists now for compatibility reasons. Applications should avoid using it.

  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract SchemaFactory
    newFactory(java.lang.String schemaLanguage)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchemaFactoryLoader

      protected SchemaFactoryLoader()
  • Method Details

    • newFactory

      public abstract SchemaFactory newFactory(java.lang.String schemaLanguage)