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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java257 fHasNonSchemaAttributes.push(hasNonSchemaAttributes(element, attributes));
291 element.uri == SchemaSymbols.URI_SCHEMAFORSCHEMA && element.localpart != SchemaSymbols.ELT_ANNOTATION && hasNonSchemaAttributes(element, attributes)) {
402 private boolean hasNonSchemaAttributes(QName element, XMLAttributes attributes) { method in class:SchemaDOMParser

Completed in 30 milliseconds