/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
handler.py | 115 startElement event, and all endPrefixMapping events will occur 126 def startElement(self, name, attrs): 138 as with the startElement event."""
|
/cts/tests/tests/util/src/android/util/cts/ |
XmlEncodingTest.java | 52 private static final String STR_START_ELEMENT = "startElement:"; 250 public void startElement(String uri, String localName, String name, Attributes atts)
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
__init__.py | 184 def startElement(self, name, attrs): 195 self.startElement(nodeName, attrs)
|
/external/libxml2/python/ |
drv_libxml2.py | 30 - one might implement a smarter way to pass attributes to startElement 228 self._cont_handler.startElement( \
|
/external/skia/src/xml/ |
SkDOM.cpp | 21 if (this->startElement(elemName)) 339 parser->startElement(elem);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
XMLFilterImplTest.java | 366 parent.startElement("http://some.uri", "bar", "foo:bar", atts); 372 assertEquals("startElement", logger.getMethod());
|
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 203 * @see org.xml.sax.DocumentHandler#startElement 205 public void startElement (String name, AttributeList attributes)
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
xml.go | 54 // StartElement, EndElement, CharData, Comment, ProcInst, or Directive. 57 // A StartElement represents an XML start element. 58 type StartElement struct { 63 func (e StartElement) Copy() StartElement { 71 func (e StartElement) End() EndElement { 127 case StartElement: 228 // Token guarantees that the StartElement and EndElement 258 case StartElement: 506 // we returned just the StartElement half [all...] |
/prebuilts/go/linux-x86/src/encoding/xml/ |
xml.go | 54 // StartElement, EndElement, CharData, Comment, ProcInst, or Directive. 57 // A StartElement represents an XML start element. 58 type StartElement struct { 63 func (e StartElement) Copy() StartElement { 71 func (e StartElement) End() EndElement { 127 case StartElement: 228 // Token guarantees that the StartElement and EndElement 258 case StartElement: 506 // we returned just the StartElement half [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/ |
xml.a | 165 type @"".StartElement struct { Name @"".Name; Attr []@"".Attr } 166 func (@"".eˇ2 @"".StartElement "esc:0x1a") Copy () (? @"".StartElement) { var @"".attrsˇ3 []@"".Attr; @"".attrsˇ3 = make([]@"".Attr, len(@"".eˇ2.Attr)); copy(@"".attrsˇ3, @"".eˇ2.Attr); @"".eˇ2.Attr = @"".attrsˇ3; return @"".eˇ2 } 167 func (@"".eˇ2 @"".StartElement "esc:0x12") End () (? @"".EndElement) { return (@"".EndElement{ Name:@"".eˇ2.Name }) } 176 func (@"".pˇ2 *@"".printer "esc:0x9") @"".marshalInterface (@"".valˇ3 @"".Marshaler, @"".startˇ4 @"".StartElement) (? error) 179 func (@"".pˇ2 *@"".printer) @"".marshalTextInterface (@"".valˇ3 @"encoding".TextMarshaler, @"".startˇ4 @"".StartElement) (? error) 180 func (@"".pˇ2 *@"".printer) @"".marshalValue (@"".valˇ3 @"reflect".Value, @"".finfoˇ4 *@"".fieldInfo "esc:0x9", @"".startTemplateˇ5 *@"".StartElement "esc:0x9") (? error) 184 func (@"".pˇ2 *@"".printer) @"".writeStart (@"".startˇ3 *@"".StartElement "esc:0x9") (? error) 188 func (@"".encˇ2 *@"".Encoder) EncodeElement (@"".vˇ3 interface {}, @"".startˇ4 @"".StartElement) (? error) 192 type @"".Marshaler interface { MarshalXML(@"".e *@"".Encoder, @"".start @"".StartElement) (? error) [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/encoding/ |
xml.a | 165 type @"".StartElement struct { Name @"".Name; Attr []@"".Attr } 166 func (@"".eˇ2 @"".StartElement "esc:0x1a") Copy () (? @"".StartElement) { var @"".attrsˇ3 []@"".Attr; @"".attrsˇ3 = make([]@"".Attr, len(@"".eˇ2.Attr)); copy(@"".attrsˇ3, @"".eˇ2.Attr); @"".eˇ2.Attr = @"".attrsˇ3; return @"".eˇ2 } 167 func (@"".eˇ2 @"".StartElement "esc:0x12") End () (? @"".EndElement) { return (@"".EndElement{ Name:@"".eˇ2.Name }) } 176 func (@"".pˇ2 *@"".printer "esc:0x9") @"".marshalInterface (@"".valˇ3 @"".Marshaler, @"".startˇ4 @"".StartElement) (? error) 179 func (@"".pˇ2 *@"".printer) @"".marshalTextInterface (@"".valˇ3 @"encoding".TextMarshaler, @"".startˇ4 @"".StartElement) (? error) 180 func (@"".pˇ2 *@"".printer) @"".marshalValue (@"".valˇ3 @"reflect".Value, @"".finfoˇ4 *@"".fieldInfo "esc:0x9", @"".startTemplateˇ5 *@"".StartElement "esc:0x9") (? error) 184 func (@"".pˇ2 *@"".printer) @"".writeStart (@"".startˇ3 *@"".StartElement "esc:0x9") (? error) 188 func (@"".encˇ2 *@"".Encoder) EncodeElement (@"".vˇ3 interface {}, @"".startˇ4 @"".StartElement) (? error) 192 type @"".Marshaler interface { MarshalXML(@"".e *@"".Encoder, @"".start @"".StartElement) (? error) [all...] |
/development/tools/apkcheck/src/com/android/apkcheck/ |
ApiDescrHandler.java | 68 public void startElement(String uri, String localName, String qName,
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorKey.java | 64 public void startElement(
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerTrace.java | 117 * Fire startElement, endElement events.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
metric.py | 49 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
snapshot.py | 168 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/ |
dbsnapshot.py | 74 def startElement(self, name, attrs, connection):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
regioninfo.py | 164 def startElement(self, name, attrs, connection):
|
/external/deqp/scripts/log/ |
log_to_xml.py | 65 def startElement (self, name, attrs):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 43 public void startElement(String uri, String localName,
|
ElementParser.java | 91 public void startElement (String uri, String local,
|
/external/libxml2/doc/ |
python.html | 156 def startElement(self, tag, attrs): 158 log = log + "startElement %s %s:" % (tag, attrs) 188 reference = "startDocument:startElement foo {'url': 'tst'}:" + \ 197 the object when activated. The startElement receives the names of the element
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 39 * in a {@link org.xml.sax.ContentHandler#startElement startElement} event; or</li> 78 * {@link org.xml.sax.ContentHandler#startElement startElement} event.</p>
|
PYXWriter.java | 176 public void startElement(String uri, String localname, String qname,
|
/external/testng/src/main/java/org/testng/xml/ |
ResultContentHandler.java | 57 public void startElement (String uri, String localName,
|