HomeSort by relevance Sort by last modified time
    Searched full:startelement (Results 276 - 300 of 977) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/libjingle/xmllite/
xmlbuilder.cc 72 XmlBuilder::StartElement(XmlParseContext * pctx,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
HandlerBaseTest.java 76 h.startElement("name", new AttributeListImpl());
  /libcore/luni/src/main/java/org/xml/sax/
DocumentHandler.java 28 * the startElement event and the corresponding endElement event.</p>
114 * endElement() event for every startElement() event (even when the
131 public abstract void startElement (String name, AttributeList atts)
140 * startElement() event for every endElement() event (even when the
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorCharacters.java 136 * @see org.apache.xalan.processor.StylesheetHandler#startElement
138 * @see org.xml.sax.ContentHandler#startElement
ProcessorStylesheetElement.java 59 public void startElement(
64 super.startElement(handler, uri, localName, rawName, attributes);
ProcessorTemplateElem.java 48 public void startElement(
53 super.startElement(handler, uri, localName, rawName, attributes);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 113 * a startElement().
122 * startPrefixMapping() and startElement().
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
origin.py 61 def startElement(self, name, attrs, connection):
121 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
blockdevicemapping.py 56 def startElement(self, name, attrs, connection):
112 def startElement(self, name, attrs, connection):
ec2object.py 38 def startElement(self, name, attrs, connection):
60 def startElement(self, name, attrs, connection):
instance.py 68 def startElement(self, name, attrs, connection):
99 def startElement(self, name, attrs, connection):
134 def startElement(self, name, attrs, connection):
290 def startElement(self, name, attrs, connection):
291 retval = super(Instance, self).startElement(name, attrs, connection)
616 def startElement(self, name, attrs, connection):
643 def startElement(self, name, attrs, connection):
673 def startElement(self, name, attrs, connection):
securitygroup.py 46 def startElement(self, name, attrs, connection):
47 retval = super(SecurityGroup, self).startElement(name, attrs, connection)
315 def startElement(self, name, attrs, connection):
338 def startElement(self, name, attrs, connection):
379 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
response.py 226 def startElement(self, name, attrs, connection):
253 def startElement(self, name, attrs, connection):
257 return super(Response, self).startElement(name, attrs, connection)
368 def startElement(self, name, attrs, connection):
372 return super(ComplexAmount, self).startElement(name, attrs, connection)
396 def startElement(self, name, attrs, connection):
400 return super(ComplexWeight, self).startElement(name, attrs, connection)
422 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
resultset.py 64 def startElement(self, name, attrs, connection):
153 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_blockdevicemapping.py 71 retval = self.block_device_mapping.startElement("ebs", None, None)
75 retval = self.block_device_mapping.startElement("virtualName", None, None)
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
support.py 155 def startElement(self, name, attrs):
156 self.visited.append(('startElement', name, attrs))
  /external/curl/docs/examples/
htmltitle.cpp 145 static void StartElement(void *voidContext,
230 StartElement,
xmlstream.c 51 static void startElement(void *userData, const XML_Char *name, const XML_Char **atts)
120 XML_SetElementHandler(parser, startElement, endElement);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
VersionTrackerTask.java 100 public void startElement(
123 public void startElement(
  /external/libxml2/os400/libxmlrpg/
SAX.rpgle 124 d startElement pr extproc('startElement')
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 138 public void startElement(
144 htmlBuilder.startElement(qName, this);
XercesHTMLDocumentBuilderFactory.java 138 public void startElement(
144 htmlBuilder.startElement(qName, this);
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2.java 15 * provided in {@link org.xml.sax.ContentHandler#startElement
16 * ContentHandler.startElement() } will implement this interface,
  /libcore/luni/src/test/java/libcore/xml/
SimpleParserTest.java 106 public void startElement(String uri, String localName, String qName, Attributes atts) {
233 public void startElement (String uri, String localName,
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 65 = "Attributes can only be used within the scope of startElement().";
131 /*package*/ void startElement(String uri, String localName, String qName,
143 contentHandler.startElement(
599 * startElement().
696 * Attributes that are only valid during startElement().
774 void startElement(String uri, String localName, String qName,
781 super.startElement(uri, localName, qName, attributePointer,

Completed in 334 milliseconds

<<11121314151617181920>>