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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 95 MarshalXML(e *Encoder, start StartElement) error
167 func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {
183 // It returns an error if StartElement and EndElement tokens are not properly matched.
198 case StartElement:
397 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
399 return fmt.Errorf("xml: EncodeElement of StartElement with missing name")
465 var start StartElement
600 func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
601 var start StartElement
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 95 MarshalXML(e *Encoder, start StartElement) error
167 func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {
183 // It returns an error if StartElement and EndElement tokens are not properly matched.
198 case StartElement:
397 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
399 return fmt.Errorf("xml: EncodeElement of StartElement with missing name")
465 var start StartElement
600 func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
601 var start StartElement
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 32 * the startElement event and the corresponding endElement event.</p>
150 * corresponding {@link #startElement startElement} event,
167 * @see #startElement
198 * {@link #endElement endElement} event for every startElement event
250 * startElement returns is undefined
257 public void startElement (String uri, String localName,
267 * {@link #startElement startElement} event for every endElement
270 * <p>For information on the names, see startElement.</p
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
image.py 28 def startElement(self, name, attrs, connection):
37 def startElement(self, name, attrs, connection):
79 def startElement(self, name, attrs, connection):
80 retval = super(Image, self).startElement(name, attrs, connection)
395 def startElement(self, name, attrs, connection):
435 def startElement(self, name, attrs, connection):
bundleinstance.py 49 def startElement(self, name, attrs, connection):
spotdatafeedsubscription.py 43 def startElement(self, name, attrs, connection):
volume.py 66 def startElement(self, name, attrs, connection):
67 retval = super(Volume, self).startElement(name, attrs, connection)
277 def startElement(self, name, attrs, connection):
301 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
optiongroup.py 72 def startElement(self, name, attrs, connection):
143 def startElement(self, name, attrs, connection):
213 def startElement(self, name, attrs, connection):
256 def startElement(self, name, attrs, connection):
313 def startElement(self, name, attrs, connection):
384 def startElement(self, name, attrs, connection):
dbsubnetgroup.py 53 def startElement(self, name, attrs, connection):
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 392 startElement(pp.getNamespace(),
397 startElement(pp.getNamespace(),
459 * Calls {@link ContentHandler#startElement(String, String, String, Attributes) startElement}
465 protected void startElement(String namespace, String localName, String qName) throws SAXException {
466 contentHandler.startElement(namespace, localName, qName, this);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToUnknownStream.java 355 * startElement() and before and endElement().
357 * startElement() call.
390 /* we've already seen a startElement, and this is a prefix mapping
446 public void startElement(String qName) throws SAXException
448 this.startElement(null, null, qName, null);
451 public void startElement(String namespaceURI, String localName, String qName) throws SAXException
453 this.startElement(namespaceURI, localName, qName, null);
456 public void startElement(
473 m_handler.startElement(namespaceURI, localName, elementName, atts);
508 // call the startElement on the handler and send th
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
invalidation.py 87 def startElement(self, name, attrs, connection):
146 def startElement(self, name, attrs, connection):
184 def startElement(self, name, attrs, connection):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java 266 adapter.startElement("foo:bar", atts);
271 assertEquals("startElement", logger.getMethod());
284 adapter.startElement("foo:bar", atts);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorPreserveSpace.java 58 public void startElement(
ProcessorStripSpace.java 58 public void startElement(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
instance.py 42 def startElement(self, name, attrs, connection):
launchconfig.py 42 def startElement(self, name, attrs, connection):
60 def startElement(self, name, attrs, connection):
84 def startElement(self, name, attrs, connection):
207 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/
instancestate.py 50 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
acl.py 99 def startElement(self, name, attrs, connection):
143 def startElement(self, name, attrs, connection):
180 def startElement(self, name, attrs, connection):
266 def startElement(self, name, attrs, connection):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
deletemarker.py 33 def startElement(self, name, attrs, connection):
lifecycle.py 62 def startElement(self, name, attrs, connection):
107 def startElement(self, name, attrs, connection):
150 def startElement(self, name, attrs, connection):
183 def startElement(self, name, attrs, connection):
website.py 65 def startElement(self, name, attrs, connection):
100 def startElement(self, name, attrs, connection):
155 def startElement(self, name, attrs, connection):
194 def startElement(self, name, attrs, connection):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/tools/
TestVersionTracker.java 71 public void startElement(
  /external/skia/include/xml/
SkXMLParser.h 76 virtual bool startElement(const char elem[]);
SkXMLWriter.h 30 void startElement(const char elem[]);

Completed in 365 milliseconds

<<11121314151617181920>>