Searched refs:XML11Configuration (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DStreamValidatorHelper.java40 import com.sun.org.apache.xerces.internal.parsers.XML11Configuration;
167 XML11Configuration config = new XML11Configuration();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXIncludeParserConfiguration.java42 public class XIncludeParserConfiguration extends XML11Configuration {
H A DXIncludeAwareParserConfiguration.java44 public class XIncludeAwareParserConfiguration extends XML11Configuration {
H A DXPointerParserConfiguration.java42 public class XPointerParserConfiguration extends XML11Configuration {
H A DXML11Configuration.java83 * @version $Id: XML11Configuration.java,v 1.9 2010-11-01 04:40:10 joehw Exp $
85 public class XML11Configuration extends ParserConfigurationSettings class in inherits:ParserConfigurationSettings,XMLPullParserConfiguration,XML11Configurable
411 public XML11Configuration() { method in class:XML11Configuration
420 public XML11Configuration(SymbolTable symbolTable) { method in class:XML11Configuration
435 public XML11Configuration(SymbolTable symbolTable, XMLGrammarPool grammarPool) { method in class:XML11Configuration
451 public XML11Configuration( method in class:XML11Configuration
1579 } // class XML11Configuration
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java40 import com.sun.org.apache.xerces.internal.parsers.XML11Configuration;
1406 XML11Configuration config = new XML11Configuration(fSymbolTable);
1431 XML11Configuration config = new XML11Configuration(fSymbolTable);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java67 import com.sun.org.apache.xerces.internal.parsers.XML11Configuration;
427 XML11Configuration fAnnotationValidator;
698 fAnnotationValidator = new XML11Configuration();

Completed in 702 milliseconds