Searched refs:XSDDescription (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSDDescription.java37 * @version $Id: XSDDescription.java,v 1.6 2010-11-01 04:39:55 joehw Exp $
39 public class XSDDescription extends XMLResourceIdentifierImpl class in inherits:XMLResourceIdentifierImpl,XMLSchemaDescription
259 public XSDDescription makeClone() {
260 XSDDescription desc = new XSDDescription();
274 } // XSDDescription
H A DXMLSchemaLoader.java272 private XSDDescription fXSDDescription = new XSDDescription();
562 XSDDescription desc = new XSDDescription();
563 desc.fContextType = XSDDescription.CONTEXT_PREPARSE;
589 * to resolve the location of the schema in XSDDescription
597 SchemaGrammar loadSchema(XSDDescription desc,
618 } // loadSchema(XSDDescription, XMLInputSource): SchemaGrammar
632 public static XMLInputSource resolveDocument(XSDDescription desc, Map locationPairs,
636 if (desc.getContextType() == XSDDescription
[all...]
H A DSchemaGrammar.java111 XSDDescription fGrammarDescription = null;
143 public SchemaGrammar(String targetNamespace, XSDDescription grammarDesc,
178 } // <init>(String, XSDDescription)
184 //fGrammarDescription.fContextType |= XSDDescription.CONTEXT_COLLISION; // REVISIT
254 } // <init>(String, XSDDescription)
289 fGrammarDescription = new XSDDescription();
290 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
335 fGrammarDescription = new XSDDescription();
336 fGrammarDescription.fContextType = XSDDescription.CONTEXT_PREPARSE;
502 fGrammarDescription = new XSDDescription();
[all...]
H A DXMLSchemaValidator.java500 protected final XSDDescription fXSDDescription = new XSDDescription();
1302 //reset XSDDescription
1777 XSDDescription.CONTEXT_ELEMENT,
2472 private void setLocationHints(XSDDescription desc, String[] locations, SchemaGrammar grammar) {
2483 private void setLocationHints(XSDDescription desc, String[] locations, StringList docLocations) {
2543 XSDDescription.CONTEXT_XSITYPE,
2736 XSDDescription.CONTEXT_ATTRIBUTE,
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java51 import com.sun.org.apache.xerces.internal.impl.xs.XSDDescription;
406 private XSDDescription fSchemaGrammarDescription;
487 fSchemaGrammarDescription = new XSDDescription();
501 public SchemaGrammar parseSchema(XMLInputSource is, XSDDescription desc,
516 if (referType != XSDDescription.CONTEXT_PREPARSE){
518 if (fHonourAllSchemaLocations && referType == XSDDescription.CONTEXT_IMPORT && isExistingGrammar(desc, fNamespaceGrowth)) {
555 referType == XSDDescription.CONTEXT_PREPARSE,
560 referType == XSDDescription.CONTEXT_PREPARSE,
565 referType == XSDDescription.CONTEXT_PREPARSE,
573 referType == XSDDescription
[all...]

Completed in 57 milliseconds