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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLAttributesIteratorImpl.java33 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl ;
41 * Its better to extend the functionality of existing XMLAttributesImpl and also make it of type Iterator.
50 public class XMLAttributesIteratorImpl extends XMLAttributesImpl implements Iterator {
55 protected XMLAttributesImpl.Attribute fLastReturnedItem ;
97 class AttributeImpl extends com.sun.org.apache.xerces.internal.util.XMLAttributesImpl.Attribute implements javax.xml.stream.events.Attribute{
H A DXMLAttributesImpl.java70 * The XMLAttributesImpl class is an implementation of the XMLAttributes
86 * @version $Id: XMLAttributesImpl.java,v 1.7 2010/05/07 20:13:09 joehw Exp $
88 public class XMLAttributesImpl class in inherits:XMLAttributes,XMLBufferListener
157 public XMLAttributesImpl() { method in class:XMLAttributesImpl
164 public XMLAttributesImpl(int tableSize) { method in class:XMLAttributesImpl
1192 } // class XMLAttributesImpl
H A DSAX2XNI.java243 private final XMLAttributes xa = new XMLAttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DSchemaContentHandler.java27 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
78 private final XMLAttributesImpl fAttributes = new XMLAttributesImpl();
H A DStAXSchemaParser.java42 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
85 private final XMLAttributesImpl fAttributes = new XMLAttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLNSDocumentScannerImpl.java27 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
39 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
405 protected void scanAttribute(XMLAttributesImpl attributes)
H A DXML11NSDocumentScannerImpl.java68 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
606 protected void scanAttribute(XMLAttributesImpl attributes)
H A DXMLDTDScannerImpl.java29 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
155 private XMLAttributesImpl fAttributes = new XMLAttributesImpl();
H A DXMLStreamReaderImpl.java61 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
813 XMLAttributesImpl attributes = fScanner.getAttributeIterator();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDOMValidatorHelper.java43 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
154 final XMLAttributesImpl fAttributes = new XMLAttributesImpl();
H A DValidatorHandlerImpl.java54 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
174 private final XMLAttributesImpl fAttributes = new XMLAttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java29 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
105 private XMLAttributes fEmptyAttr = new XMLAttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java43 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
2007 attributes = new XMLAttributesImpl();
2034 attributes = new XMLAttributesImpl();
2059 attributes = new XMLAttributesImpl();
2082 attributes = new XMLAttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java57 import com.sun.org.apache.xerces.internal.util.XMLAttributesImpl;
2809 if (attributes instanceof XMLAttributesImpl) {
2810 XMLAttributesImpl attrs = (XMLAttributesImpl) attributes;
2956 if (attributes instanceof XMLAttributesImpl) {
2957 XMLAttributesImpl attrs = (XMLAttributesImpl) attributes;

Completed in 1775 milliseconds