Searched defs:fXSDDescription (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java272 private XSDDescription fXSDDescription = new XSDDescription(); field in class:XMLSchemaLoader
766 fXSDDescription.reset();
769 fXSDDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
771 fXSDDescription.setBaseSystemId(xis.getBaseSystemId());
772 fXSDDescription.setLiteralSystemId(sid);
773 fXSDDescription.setExpandedSystemId(sid);
774 fXSDDescription.fLocationHints = new String[]{sid};
776 SchemaGrammar g = loadSchema(fXSDDescription, xis, locationPairs);
817 fXSDDescription.reset();
820 fXSDDescription
[all...]
H A DXMLSchemaValidator.java500 protected final XSDDescription fXSDDescription = new XSDDescription(); field in class:XMLSchemaValidator
2389 fXSDDescription.setNamespace(namespace);
2392 grammar = (SchemaGrammar) fGrammarPool.retrieveGrammar(fXSDDescription);
2410 fXSDDescription.reset();
2411 fXSDDescription.fContextType = contextType;
2412 fXSDDescription.setNamespace(namespace);
2413 fXSDDescription.fEnclosedElementName = enclosingElement;
2414 fXSDDescription.fTriggeringComponent = triggeringComponet;
2415 fXSDDescription.fAttributes = attributes;
2417 fXSDDescription
[all...]

Completed in 38 milliseconds