Searched refs:AttributesImpl (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DAttributesExImpl.java28 import com.sun.xml.internal.bind.util.AttributesImpl;
37 public final class AttributesExImpl extends AttributesImpl implements AttributesEx {
H A DInterningXmlVisitor.java41 private final AttributesImpl attributes = new AttributesImpl();
89 private static class AttributesImpl implements Attributes { class in class:InterningXmlVisitor
H A DStAXEventConnector.java44 import org.xml.sax.helpers.AttributesImpl;
66 private final AttributesImpl attrs = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DRootElementSniffer.java31 import org.xml.sax.helpers.AttributesImpl;
61 this.atts = new AttributesImpl(a);
81 private static final Attributes EMPTY_ATTRIBUTES = new AttributesImpl();
H A DAbstractHeaderImpl.java36 import org.xml.sax.helpers.AttributesImpl;
141 protected static final AttributesImpl EMPTY_ATTS = new AttributesImpl();
H A DStringHeader.java36 import org.xml.sax.helpers.AttributesImpl;
139 AttributesImpl attributes = new AttributesImpl();
H A DAbstractMessageImpl.java40 import org.xml.sax.helpers.AttributesImpl;
220 protected static final AttributesImpl EMPTY_ATTS = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DForeignAttributesImpl.java31 import org.xml.sax.helpers.AttributesImpl;
38 public final class ForeignAttributesImpl extends AttributesImpl implements ForeignAttributes {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DMutableAttrListImpl.java28 import org.xml.sax.helpers.AttributesImpl;
31 * Mutable version of AttributesImpl.
34 public class MutableAttrListImpl extends AttributesImpl
40 * Construct a new, empty AttributesImpl object.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DContentHandlerNamespacePrefixAdapter.java35 import org.xml.sax.helpers.AttributesImpl;
111 private final AttributesImpl atts = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DTagInfoset.java28 import org.xml.sax.helpers.AttributesImpl;
70 public final @NotNull AttributesImpl atts;
92 public TagInfoset(String nsUri, String localName, String prefix, AttributesImpl atts, String... ns) {
122 atts = new AttributesImpl();
223 private static final AttributesImpl EMPTY_ATTRIBUTES = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DSAXOutput.java32 import com.sun.xml.internal.bind.util.AttributesImpl;
56 private final AttributesImpl atts = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DStAX2SAXReader.java37 import org.xml.sax.helpers.AttributesImpl;
77 AttributesImpl attrs = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DRejectDoctypeSaxFilter.java38 import org.xml.sax.helpers.AttributesImpl;
162 AttributesImpl attrImpl = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DSaxSerializer.java32 import org.xml.sax.helpers.AttributesImpl;
119 private final AttributesImpl attrs = new AttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DAttributesImplSerializer.java29 import org.xml.sax.helpers.AttributesImpl;
32 * This class extends org.xml.sax.helpers.AttributesImpl which implements org.
41 public final class AttributesImplSerializer extends AttributesImpl
102 * @see org.xml.sax.helpers.AttributesImpl#addAttribute(String, String, String, String, String)
170 * @see org.xml.sax.helpers.AttributesImpl#clear()
191 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
/openjdk7/jaxp/src/org/xml/sax/ext/
H A DAttributes2Impl.java26 // Attributes2Impl.java - extended AttributesImpl
34 import org.xml.sax.helpers.AttributesImpl;
62 public class Attributes2Impl extends AttributesImpl implements Attributes2
216 * @see AttributesImpl#setAttributes
250 * @see AttributesImpl#addAttribute
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java105 attStack.push(new AttributesImpl());
125 private AttributesImpl currentAtts;
265 attStack.push(currentAtts=new AttributesImpl(atts));
275 currentAtts = (AttributesImpl)attStack.peek();
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
30 // $Id: AttributesImpl.java,v 1.4 2002/09/29 02:55:48 okajima Exp $
72 public class AttributesImpl implements Attributes class in inherits:Attributes
82 * Construct a new, empty AttributesImpl object.
84 public AttributesImpl () method in class:AttributesImpl
99 public AttributesImpl (Attributes atts) method in class:AttributesImpl
626 // end of AttributesImpl.java
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java105 attStack.push(new AttributesImpl());
125 private AttributesImpl currentAtts;
265 attStack.push(currentAtts=new AttributesImpl(atts));
275 currentAtts = (AttributesImpl)attStack.peek();
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
30 // $Id: AttributesImpl.java,v 1.4 2002/09/29 02:55:48 okajima Exp $
72 public class AttributesImpl implements Attributes class in inherits:Attributes
82 * Construct a new, empty AttributesImpl object.
84 public AttributesImpl () method in class:AttributesImpl
99 public AttributesImpl (Attributes atts) method in class:AttributesImpl
626 // end of AttributesImpl.java
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
30 // $Id: AttributesImpl.java,v 1.2 2004/11/03 22:53:08 jsuttor Exp $
70 public class AttributesImpl implements Attributes class in inherits:Attributes
80 * Construct a new, empty AttributesImpl object.
82 public AttributesImpl () method in class:AttributesImpl
97 public AttributesImpl (Attributes atts) method in class:AttributesImpl
641 // end of AttributesImpl.java
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java32 import org.xml.sax.helpers.AttributesImpl;
311 AttributesImpl attrs = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java46 import org.xml.sax.helpers.AttributesImpl;
67 /** To save memory, only one instance of AttributesImpl will be used. */
68 private final AttributesImpl atts = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/util/
H A DAttributesImpl.java26 // AttributesImpl.java - default implementation of Attributes.
70 public class AttributesImpl implements Attributes class in inherits:Attributes
80 * Construct a new, empty AttributesImpl object.
82 public AttributesImpl () method in class:AttributesImpl
97 public AttributesImpl (Attributes atts) method in class:AttributesImpl
654 // end of AttributesImpl.java

Completed in 71 milliseconds

12