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

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/saaj/
H A DSAAJMessage.java48 import org.xml.sax.helpers.AttributesImpl;
406 private AttributesImpl getAttributes(NamedNodeMap attrs) {
407 AttributesImpl atts = new AttributesImpl();
507 private static final AttributesImpl EMPTY_ATTS = new AttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2SAX.java46 import org.xml.sax.helpers.AttributesImpl;
224 final AttributesImpl attrs = new AttributesImpl();
H A DStAXStream2SAX.java47 import org.xml.sax.helpers.AttributesImpl;
353 AttributesImpl attrs = new AttributesImpl();
H A DStAXEvent2SAX.java43 import org.xml.sax.helpers.AttributesImpl;
394 AttributesImpl attrs = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DOutboundReferenceParameterHeader.java40 import org.xml.sax.helpers.AttributesImpl;
298 AttributesImpl atts2 = new AttributesImpl(atts);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DXMLStreamReaderUtil.java189 new AttributesImpl(reader) : null;
262 * AttributesImpl class copied from old StAXReader. This class is used to implement
265 public static class AttributesImpl implements Attributes { class in class:XMLStreamReaderUtil
317 public AttributesImpl(XMLStreamReader reader) { method in class:XMLStreamReaderUtil.AttributesImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMTreeWalker.java266 org.xml.sax.helpers.AttributesImpl attrs =
267 new org.xml.sax.helpers.AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/
H A DXMLWriter.java44 import org.xml.sax.helpers.AttributesImpl;
75 * w.startElement("", "foo", "", new AttributesImpl());
952 private final Attributes EMPTY_ATTS = new AttributesImpl();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java39 import org.xml.sax.helpers.AttributesImpl;
77 * w.startElement("", "foo", "", new AttributesImpl());
1050 private final Attributes EMPTY_ATTS = new AttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DSyntaxTreeNode.java53 import org.xml.sax.helpers.AttributesImpl;
78 protected AttributesImpl _attributes = null; // Attributes of this element
169 protected void setAttributes(AttributesImpl attributes) {
H A DParser.java58 import org.xml.sax.helpers.AttributesImpl;
375 stylesheet.setAttributes((AttributesImpl) element.getAttributes());
1307 element.setAttributes(new AttributesImpl(attributes));
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DParserAdapter.java168 atts = new AttributesImpl();
851 private AttributesImpl atts = null;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java43 import org.xml.sax.helpers.AttributesImpl;
99 private final AttributesImpl _attributes = new AttributesImpl();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java60 import org.xml.sax.helpers.AttributesImpl;
1195 AttributesImpl attrsOnly;
1206 attrsOnly = new AttributesImpl( attrs );
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java49 import org.xml.sax.helpers.AttributesImpl;
3902 AttributesImpl atts = new AttributesImpl(); // handy

Completed in 86 milliseconds

12