/libcore/luni/src/test/java/libcore/xml/ |
SaxTest.java | 40 @Override public void startElement(String uri, String localName, 53 @Override public void startElement(String uri, String localName, 68 @Override public void startElement(String uri, String localName, 81 @Override public void startElement(String uri, String localName, 100 @Override public void startElement(String uri, String localName, 113 @Override public void startElement(String uri, String localName, 131 @Override public void startElement(String uri, String localName, 144 @Override public void startElement(String uri, String localName, 192 @Override public void startElement( 245 @Override public void startElement( [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
attributes.py | 29 def startElement(self, name, attrs, connection): 40 def startElement(self, name, attrs, connection): 56 def startElement(self, name, attrs, connection):
|
volumestatus.py | 51 def startElement(self, name, attrs, connection): 71 def startElement(self, name, attrs, connection): 102 def startElement(self, name, attrs, connection): 120 def startElement(self, name, attrs, connection): 155 def startElement(self, name, attrs, connection): 194 def startElement(self, name, attrs, connection):
|
reservedinstance.py | 50 def startElement(self, name, attrs, connection): 105 def startElement(self, name, attrs, connection): 117 def startElement(self, name, attrs, connection): 170 def startElement(self, name, attrs, connection): 201 def startElement(self, name, attrs, connection): 222 def startElement(self, name, attrs, connection): 247 def startElement(self, name, attrs, connection): 268 def startElement(self, name, attrs, connection): 289 def startElement(self, name, attrs, connection): 323 def startElement(self, name, attrs, connection) [all...] |
instancestatus.py | 32 def startElement(self, name, attrs, connection): 66 def startElement(self, name, attrs, connection): 100 def startElement(self, name, attrs, connection): 114 def startElement(self, name, attrs, connection): 159 def startElement(self, name, attrs, connection): 201 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/ |
internetgateway.py | 38 def startElement(self, name, attrs, connection): 39 result = super(InternetGateway, self).startElement(name, attrs, connection) 65 def startElement(self, name, attrs, connection):
|
vpngateway.py | 34 def startElement(self, name, attrs, connection): 58 def startElement(self, name, attrs, connection): 59 retval = super(VpnGateway, self).startElement(name, attrs, connection)
|
routetable.py | 41 def startElement(self, name, attrs, connection): 42 result = super(RouteTable, self).startElement(name, attrs, connection) 77 def startElement(self, name, attrs, connection): 104 def startElement(self, name, attrs, connection):
|
networkacl.py | 41 def startElement(self, name, attrs, connection): 63 def startElement(self, name, attrs, connection): 64 result = super(NetworkAcl, self).startElement(name, attrs, connection) 100 def startElement(self, name, attrs, connection): 131 def startElement(self, name, attrs, connection): 154 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
policies.py | 34 def startElement(self, name, attrs, connection): 53 def startElement(self, name, attrs, connection): 70 def startElement(self, name, attrs, connection): 93 def startElement(self, name, attrs, connection):
|
attributes.py | 33 def startElement(self, name, attrs, connection): 51 def startElement(self, name, attrs, connection): 80 def startElement(self, name, attrs, connection): 111 def startElement(self, name, attrs, connection): 143 def startElement(self, name, attrs, connection):
|
/external/libxml2/result/ |
badcomment.xml.sax | 3 SAX.startElement(foo)
|
comment6.xml.sax | 15 SAX.startElement(a)
|
ent_738805.xml.sax | 9 SAX.startElement(somedoc) 15 SAX.startElement(somebeacon, someattribute='&b;')
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
MockHandler.java | 97 public void startElement(String name, AttributeList atts) throws SAXException { 98 logger.add("startElement", name, atts); 101 public void startElement(String uri, String localName, String name, Attributes atts) 103 logger.add("startElement", uri, localName, name, atts);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 272 * @see org.xml.sax.ContentHandler#startElement(String, String, String, Attributes) 274 public void startElement( 282 super.startElement(arg0, arg1, arg2, arg3); 317 * @see ExtendedContentHandler#startElement(String) 319 public void startElement( 324 super.startElement(elementNamespaceURI, elementLocalName, elementName); 327 public void startElement( 330 super.startElement(elementName);
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
ClonerToResultTree.java | 83 // m_rth.startElement(ns, localName, dtm.getNodeNameX(node), null); 157 // rth.startElement(ns, localName, dtm.getNodeNameX(node), null); 158 // don't call a real SAX startElement (as commented out above), 159 // call a SAX-like startElement, to be able to add attributes after this call 160 rth.startElement(ns, localName, dtm.getNodeNameX(node)); 163 // _follow_ the startElement event. (Think of the
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
policy.py | 36 def startElement(self, name, attrs, connection): 56 def startElement(self, name, attrs, connection): 76 def startElement(self, name, attrs, connection): 97 def startElement(self, name, attrs, connection): 147 def startElement(self, name, attrs, connection): 176 def startElement(self, name, attrs, connection):
|
/libcore/luni/src/main/java/javax/xml/validation/ |
TypeInfoProvider.java | 57 * The method may only be called by the startElement and endElement event of 84 * The method may only be called by the startElement event of 91 * <tt>startElement</tt> callback. 126 * The method may only be called by the startElement event of 133 * <tt>startElement</tt> callback. 155 * The method may only be called by the startElement event of 167 * <tt>startElement</tt> callback.
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorAttributeSet.java | 55 * @see org.apache.xalan.processor.StylesheetHandler#startElement 56 * @see org.xml.sax.ContentHandler#startElement 60 public void startElement(
|
ProcessorDecimalFormat.java | 54 * @see org.apache.xalan.processor.StylesheetHandler#startElement 56 * @see org.xml.sax.ContentHandler#startElement 60 public void startElement(
|
ProcessorExsltFuncResult.java | 45 public void startElement( 51 super.startElement(handler, uri, localName, rawName, attributes);
|
/libcore/luni/src/main/java/org/xml/sax/ |
AttributeList.java | 23 * {@link org.xml.sax.DocumentHandler#startElement startElement} 39 * public void startElement (String name, AttributeList atts) { 56 * public void startElement (String name, AttributeList atts) { 69 * @see org.xml.sax.DocumentHandler#startElement startElement
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributeListImpl.java | 37 * public void startElement (String name, AttributeList atts) 63 * @see org.xml.sax.DocumentHandler#startElement 92 * @see org.xml.sax.DocumentHandler#startElement 138 * @see org.xml.sax.DocumentHandler#startElement 175 * list between DocumentHandler.startElement events. Normally, 179 * @see org.xml.sax.DocumentHandler#startElement
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
DexDepsXmlHandler.java | 49 public void startElement(String uri, String localName, String name, Attributes attributes) 51 super.startElement(uri, localName, name, attributes);
|