/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToSAXHandler.java | 184 * @see org.xml.sax.ContentHandler#startElement 190 * @see org.xml.sax.ContentHandler#startElement(String,String,String,Attributes) 192 public void startElement( 311 * @see ExtendedContentHandler#startElement(String, String, String) 313 public void startElement(String uri, String localName, String qName) 330 * @see ExtendedContentHandler#startElement(String) 332 public void startElement(String qName) throws SAXException {
|
ExtendedContentHandler.java | 33 * startElement(namespaceURI,localName,qName,atts) 37 * startElement(namespaceURI,localName,qName) 116 * startElement(uri,localName,qname,atts) 125 public void startElement(String uri, String localName, String qName) 133 public void startElement(String qName) throws SAXException; 144 * startElement("prfx8:elem9")
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
stack.py | 23 def startElement(self, name, attrs, connection): 150 def startElement(self, name, attrs, connection): 184 def startElement(self, name, attrs, connection): 206 def startElement(self, name, attrs, connection): 228 def startElement(self, name, attrs, connection): 246 def startElement(self, name, attrs, connection): 268 def startElement(self, name, attrs, connection): 291 def startElement(self, name, attrs, connection): 334 def startElement(self, name, attrs, connection): 383 def startElement(self, name, attrs, connection) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/ |
credentials.py | 77 def startElement(self, name, attrs, connection): 160 def startElement(self, name, attrs, connection): 190 def startElement(self, name, attrs, connection): 211 def startElement(self, name, attrs, connection): 230 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/ |
vpnconnection.py | 46 def startElement(self, name, attrs, connection): 72 def startElement(self, name, attrs, connection): 107 def startElement(self, name, attrs, connection): 169 def startElement(self, name, attrs, connection): 170 retval = super(VpnConnection, self).startElement(name, attrs, connection)
|
/frameworks/base/tools/aapt2/xml/ |
XmlPullParser.h | 57 * When nextChildNode returns true, you can expect Comments, Text, and StartElement events. 75 * StartElement of the first element. 100 // These are available for StartElement and EndElement. 122 // associated with a StartElement. 201 case XmlPullParser::Event::kStartElement: return out << "StartElement";
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
XMLWriter.java | 55 * w.startElement("foo"); 61 * w.startElement("", "foo", "", new AttributesImpl()); 72 * w.startElement("greeting"); 574 * @see org.xml.sax.ContentHandler#startElement 576 public void startElement (String uri, String localName, 591 // System.out.println("%%%% startElement [" + qName + "] htmlMode = " + htmlMode); 596 super.startElement(uri, localName, qName, atts); 732 * followed by an end tag. Both a {@link #startElement 733 * startElement} and an {@link #endElement endElement} event will 749 * @see #startElement [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
group.py | 38 def startElement(self, name, attrs, connection): 55 def startElement(self, name, attrs, connection): 74 def startElement(self, name, attrs, connection): 86 def startElement(self, name, attrs, connection): 212 def startElement(self, name, attrs, connection): 352 def startElement(self, name, attrs, connection):
|
limits.py | 33 def startElement(self, name, attrs, connection):
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
CurrentXmlHandler.java | 61 public void startElement(String uri, String localName, String name, Attributes attributes) 63 super.startElement(uri, localName, name, attributes);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
launchspecification.py | 36 def startElement(self, name, attrs, connection): 65 def startElement(self, name, attrs, connection):
|
tag.py | 37 def startElement(self, name, attrs, connection): 71 def startElement(self, name, attrs, connection):
|
instanceinfo.py | 40 def startElement(self, name, attrs, connection):
|
spotinstancerequest.py | 46 def startElement(self, name, attrs, connection): 74 def startElement(self, name, attrs, connection): 143 def startElement(self, name, attrs, connection): 144 retval = super(SpotInstanceRequest, self).startElement(name, attrs,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
exception.py | 158 def startElement(self, name, attrs, connection): 187 def startElement(self, name, attrs, connection): 258 def startElement(self, name, attrs, connection): 259 return super(SQSError, self).startElement(name, attrs, connection) 298 def startElement(self, name, attrs, connection): 299 return super(StorageResponseError, self).startElement( 342 def startElement(self, name, attrs, connection): 407 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
batchresults.py | 48 def startElement(self, name, attrs, connection): 81 def startElement(self, name, attrs, connection):
|
/external/svox/pico/tts/ |
svox_ssml_parser.h | 100 startElement 103 void startElement(const XML_Char* element, const XML_Char** attributes);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAX1ParserAdapter.java | 168 public void startElement(String uri, String localName, String qName, 177 docHandler.startElement(qName, mAttrWrapper);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
datapoint.py | 31 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
securitygroup.py | 31 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
user.py | 34 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/ |
summarymap.py | 30 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/ |
price.py | 35 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
event.py | 35 def startElement(self, name, attrs, connection):
|
statusinfo.py | 38 def startElement(self, name, attrs, connection):
|