Searched defs:reportSchemaError (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java124 reportSchemaError("src-annotation", new Object[]{name}, child);
303 reportSchemaError("s4s-att-must-appear", new Object[]{SchemaSymbols.ELT_ENUMERATION, SchemaSymbols.ATT_VALUE}, content);
324 reportSchemaError(ex.getKey(), ex.getArgs(), content);
360 reportSchemaError("s4s-elt-must-match.1", new Object[]{"enumeration", "(annotation?)", DOMUtil.getLocalName(child)}, child);
370 reportSchemaError("s4s-att-must-appear", new Object[]{SchemaSymbols.ELT_PATTERN, SchemaSymbols.ATT_VALUE}, content);
405 reportSchemaError("s4s-elt-must-match.1", new Object[]{"pattern", "(annotation?)", DOMUtil.getLocalName(child)}, child);
448 reportSchemaError("src-single-facet-value", new Object[]{facet}, content);
462 reportSchemaError("s4s-att-must-appear", new Object[]{content.getLocalName(), SchemaSymbols.ATT_VALUE}, content);
554 reportSchemaError("s4s-elt-must-match.1", new Object[]{facet, "(annotation?)", DOMUtil.getLocalName(child)}, child);
632 reportSchemaError(cod
720 void reportSchemaError (String key, Object[] args, Element ele) { method in class:XSDAbstractTraverser
[all...]
H A DXSAttributeChecker.java993 reportSchemaError("s4s-elt-schema-ns", new Object[] {elName}, element);
1024 reportSchemaError ("s4s-elt-invalid", new Object[] {elName}, element);
1069 reportSchemaError ("s4s-att-not-allowed", new Object[] {elName, attrName}, element);
1103 reportSchemaError ("s4s-att-not-allowed",
1138 reportSchemaError ("s4s-att-invalid-value",
1210 reportSchemaError ("p-props-correct.2.1",
1566 void reportSchemaError (String key, Object[] args, Element ele) { method in class:XSAttributeChecker
1567 fSchemaHandler.reportSchemaError(key, args, ele);
1573 // REVISIT: pass the proper element node to reportSchemaError
1613 reportSchemaError ("s4
[all...]
H A DXSDHandler.java783 reportSchemaError(ELE_ERROR_CODES[referType],
813 reportSchemaError(NS_ERROR_CODES[referType][secondIdx],
821 reportSchemaError(NS_ERROR_CODES[referType][secondIdx],
839 reportSchemaError(NS_ERROR_CODES[referType][secondIdx],
925 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", importComponentType}, child);
928 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", DOMUtil.getLocalName(DOMUtil.getNextSiblingElement(importChild))}, child);
941 reportSchemaError(schemaNamespace != null ?
1033 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", includeComponentType}, child);
1036 reportSchemaError("s4s-elt-must-match.1", new Object [] {localName, "annotation?", DOMUtil.getLocalName(DOMUtil.getNextSiblingElement(includeChild))}, child);
1069 reportSchemaError("s4
4130 void reportSchemaError(String key, Object[] args, Element ele) { method in class:XSDHandler
4134 void reportSchemaError(String key, Object[] args, Element ele, Exception exception) { method in class:XSDHandler
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSConstraints.java337 static void reportSchemaError(XMLErrorReporter errorReporter, method in class:XSConstraints
385 reportSchemaError(errorReporter, rgLocators[i/2-1],
391 reportSchemaError(errorReporter, rgLocators[i/2-1],
400 reportSchemaError(errorReporter, rgLocators[i/2-1],
403 reportSchemaError(errorReporter, rgLocators[i/2-1],
445 reportSchemaError(errorReporter, ctLocators[j],
464 reportSchemaError(errorReporter,ctLocators[j],
476 reportSchemaError(errorReporter, ctLocators[j],
479 reportSchemaError(errorReporter, ctLocators[j],
485 reportSchemaError(errorReporte
[all...]
H A DXMLSchemaValidator.java1799 reportSchemaError(
1803 reportSchemaError("cvc-complex-type.2.4.d", new Object[] { element.rawname });
1903 // We don't call reportSchemaError here, because the spec
1920 reportSchemaError("cvc-complex-type.2.4.c", new Object[] { element.rawname });
1973 reportSchemaError("cvc-elt.2", new Object[] { element.rawname });
1994 reportSchemaError("cvc-type.2", new Object[] { element.rawname });
2213 reportSchemaError("cvc-id.1", new Object[] { invIdRef });
2522 reportSchemaError(e.getKey(), e.getArgs());
2523 reportSchemaError(
2554 reportSchemaError("cv
3238 void reportSchemaError(String key, Object[] arguments) { method in class:XMLSchemaValidator
[all...]

Completed in 1484 milliseconds