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

/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2.java26 // Attributes2.java - extended Attributes
29 // $Id: Attributes2.java,v 1.2 2004/11/03 22:49:07 jsuttor Exp $
63 public interface Attributes2 extends Attributes interface in inherits:Attributes
H A DAttributes2Impl.java39 * implementing the {@link Attributes2} interface.
62 public class Attributes2Impl extends AttributesImpl implements Attributes2
78 * Copy an existing Attributes or Attributes2 object.
79 * If the object implements Attributes2, values of the
98 // Implementation of Attributes2
213 * unless the object is an Attributes2 object.
226 if (atts instanceof Attributes2) {
227 Attributes2 a2 = (Attributes2) atts;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DAttributesProxy.java26 import org.xml.sax.ext.Attributes2;
37 implements AttributeList, Attributes2 {
129 * Attributes2 methods
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java86 import org.xml.sax.ext.Attributes2;
557 if (atts instanceof Attributes2) {
558 fillXMLAttributes2((Attributes2) atts);
793 private void fillXMLAttributes2(Attributes2 att) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractSAXParser.java66 import org.xml.sax.ext.Attributes2;
1624 // the org.xml.sax.ext.Attributes2 interface.
1793 // the org.xml.sax.ext.Attributes2 interface.
2268 implements AttributeList, Attributes2 {
2345 // Attributes2 methods

Completed in 41 milliseconds