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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DStAXSchemaParser.java123 fillQName(fElementQName, start.getName());
134 fillQName(fElementQName, end.getName());
206 fillQName(fElementQName, input.getNamespaceURI(),
217 fillQName(fElementQName, input.getNamespaceURI(),
321 fillQName(fAttributeQName, attr.getName());
334 fillQName(fAttributeQName, input.getAttributeNamespace(i),
405 private void fillQName(QName toFill, javax.xml.namespace.QName toCopy) { method in class:StAXSchemaParser
406 fillQName(toFill, toCopy.getNamespaceURI(), toCopy.getLocalPart(), toCopy.getPrefix());
410 final void fillQName(QName toFill, String uri, String localpart, String prefix) { method in class:StAXSchemaParser
H A DSchemaContentHandler.java172 fillQName(fElementQName, uri, localName, qName);
198 fillQName(fElementQName, uri, localName, qName);
272 private void fillQName(QName toFill, String uri, String localpart, String rawname) { method in class:SchemaContentHandler
309 fillQName(fAttributeQName, atts.getURI(i), atts.getLocalName(i), atts.getQName(i));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java275 fillQName(fElementQName, node);
341 fillQName(fElementQName, node);
400 private void fillQName(QName toFill, Node node) { method in class:DOMValidatorHelper
436 fillQName(fAttributeQName, attr);
567 fillQName(fAttributeQName, attr);
H A DValidatorHandlerImpl.java554 fillQName(fElementQName, uri, localName, qName);
577 fillQName(fElementQName, uri, localName, qName);
757 private void fillQName(QName toFill, String uri, String localpart, String raw) { method in class:ValidatorHandlerImpl
807 fillQName(fAttributeQName, att.getURI(index), att.getLocalName(index), att.getQName(index));

Completed in 37 milliseconds