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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java119 protected final XMLAttributesProxy fAttrProxy = new XMLAttributesProxy(); field in class:DOMNormalizer
378 fAttrProxy.setAttributes(attributes, fDocument, elem);
385 fValidationHandler.startElement(fQName, fAttrProxy, null);
392 fAttrProxy.setAttributes(attributes, fDocument, elem);
399 fDTDValidator.startElement(fQName, fAttrProxy, null);

Completed in 37 milliseconds