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

12

/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
H A DSAXCodeAdapter.java46 import org.xml.sax.helpers.AttributesImpl;
72 addStart("code", new AttributesImpl());
80 addElement(AbstractVisitor.OPCODES[opcode], new AttributesImpl());
84 AttributesImpl attrs = new AttributesImpl();
90 AttributesImpl attrs = new AttributesImpl();
96 AttributesImpl attrs = new AttributesImpl();
107 AttributesImpl attr
[all...]
H A DSAXClassAdapter.java40 import org.xml.sax.helpers.AttributesImpl;
77 AttributesImpl att = new AttributesImpl();
87 AttributesImpl att = new AttributesImpl();
146 AttributesImpl att = new AttributesImpl();
170 addStart("interfaces", new AttributesImpl());
173 AttributesImpl att2 = new AttributesImpl();
[all...]
H A DSAXFieldAdapter.java38 import org.xml.sax.helpers.AttributesImpl;
48 public SAXFieldAdapter(ContentHandler h, AttributesImpl att) {
H A DSAXAnnotationAdapter.java35 import org.xml.sax.helpers.AttributesImpl;
78 AttributesImpl att = new AttributesImpl();
176 AttributesImpl att = new AttributesImpl();
H A DProcessor.java65 import org.xml.sax.helpers.AttributesImpl;
197 new AttributesImpl());
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java21 @see AttributesImpl
27 private AttributesImpl theAtts; // attributes of element
39 if (defaultAttributes) theAtts = new AttributesImpl(type.atts());
40 else theAtts = new AttributesImpl();
53 Return the attributes as an AttributesImpl object.
54 Returning an AttributesImpl makes the attributes mutable.
56 @see AttributesImpl
58 public AttributesImpl atts() { return theAtts; }
H A DElementType.java31 private AttributesImpl theAtts; // default attributes
55 theAtts = new AttributesImpl();
146 The return value is an AttributesImpl to allow the caller to mutate
150 public AttributesImpl atts() {return theAtts;}
181 Sets an attribute and its value into an AttributesImpl object.
183 @param atts The AttributesImpl object
189 public void setAttribute(AttributesImpl atts, String name, String type, String value) {
H A DAttributesImpl.java54 public class AttributesImpl implements Attributes class in inherits:Attributes
65 * Construct a new, empty AttributesImpl object.
67 public AttributesImpl ()
82 public AttributesImpl (Attributes atts)
630 // end of AttributesImpl.java
66 public AttributesImpl () method in class:AttributesImpl
81 public AttributesImpl (Attributes atts) method in class:AttributesImpl
H A DXMLWriter.java28 import org.xml.sax.helpers.AttributesImpl;
61 * w.startElement("", "foo", "", new AttributesImpl());
1403 private final Attributes EMPTY_ATTS = new AttributesImpl();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DAttributesImplSerializer.java27 import org.xml.sax.helpers.AttributesImpl;
30 * This class extends org.xml.sax.helpers.AttributesImpl which implements org.
39 public final class AttributesImplSerializer extends AttributesImpl
100 * @see org.xml.sax.helpers.AttributesImpl#addAttribute(String, String, String, String, String)
168 * @see org.xml.sax.helpers.AttributesImpl#clear()
189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java43 import org.xml.sax.helpers.AttributesImpl;
117 AttributesImpl stylesheetAttrs = new AttributesImpl();
118 AttributesImpl lreAttrs = new AttributesImpl();
H A DXSLTElementProcessor.java35 import org.xml.sax.helpers.AttributesImpl;
292 AttributesImpl undefines = null;
297 undefines = new AttributesImpl();
/external/python/cpython3/Lib/test/
H A Dtest_pulldom.py5 from xml.sax.xmlreader import AttributesImpl namespace
244 h.startElement("html", AttributesImpl({}))
249 h.startElement("p", AttributesImpl({"class": "paraclass"}))
269 h.startElement("html", AttributesImpl({}))
272 h.startElement("p", AttributesImpl({"class": "paraclass"}))
H A Dtest_sax.py16 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl namespace
1215 # ===== AttributesImpl
1217 self.verify_empty_attrs(AttributesImpl({}))
1220 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java264 org.xml.sax.helpers.AttributesImpl attrs =
265 new org.xml.sax.helpers.AttributesImpl();
/external/python/cpython2/Lib/xml/sax/
H A Dxmlreader.py276 class AttributesImpl: class in inherits:
341 class AttributesNSImpl(AttributesImpl):
H A Dexpatreader.py30 AttributesImpl = xmlreader.AttributesImpl variable
317 self._cont_handler.startElement(name, AttributesImpl(attrs))
/external/python/cpython3/Lib/xml/sax/
H A Dxmlreader.py278 class AttributesImpl: class in inherits:
340 class AttributesNSImpl(AttributesImpl):
H A Dexpatreader.py30 AttributesImpl = xmlreader.AttributesImpl variable
322 self._cont_handler.startElement(name, AttributesImpl(attrs))
/external/libxml2/python/
H A Ddrv_libxml2.py164 attributesImpl = xmlreader.AttributesImpl({})
/external/python/cpython2/Lib/test/
H A Dtest_sax.py15 from xml.sax.xmlreader import InputSource, AttributesImpl, AttributesNSImpl namespace
982 # ===== AttributesImpl
984 self.verify_empty_attrs(AttributesImpl({}))
987 self.verify_attrs_wattr(AttributesImpl({"attr" : "val"}))
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/annotation-tools/asmx/test/lib/
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 440 milliseconds

12