HomeSort by relevance Sort by last modified time
    Searched refs:StartElement (Results 1 - 25 of 37) sorted by null

1 2

  /external/webrtc/webrtc/libjingle/xmllite/
xmlbuilder.h 37 virtual void StartElement(XmlParseContext * pctx,
xmlparser.h 44 virtual void StartElement(XmlParseContext * pctx,
82 void StartElement();
xmlbuilder.cc 72 XmlBuilder::StartElement(XmlParseContext * pctx,
xmlparser.cc 82 context_.StartElement();
101 pxph_->StartElement(&context_, name, atts);
196 XmlParser::ParseContext::StartElement() {
xmlparser_unittest.cc 26 virtual void StartElement(XmlParseContext * pctx,
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml_test.go 43 StartElement{Name{"", "body"}, []Attr{{Name{"xmlns", "foo"}, "ns1"}, {Name{"", "xmlns"}, "ns2"}, {Name{"xmlns", "tag"}, "ns3"}}},
45 StartElement{Name{"", "hello"}, []Attr{{Name{"", "lang"}, "en"}}},
49 StartElement{Name{"", "query"}, []Attr{}},
53 StartElement{Name{"", "goodbye"}, []Attr{}},
56 StartElement{Name{"", "outer"}, []Attr{{Name{"foo", "attr"}, "value"}, {Name{"xmlns", "tag"}, "ns4"}}},
58 StartElement{Name{"", "inner"}, []Attr{}},
63 StartElement{Name{"tag", "name"}, []Attr{}},
80 StartElement{Name{"ns2", "body"}, []Attr{{Name{"xmlns", "foo"}, "ns1"}, {Name{"", "xmlns"}, "ns2"}, {Name{"xmlns", "tag"}, "ns3"}}},
82 StartElement{Name{"ns2", "hello"}, []Attr{{Name{"", "lang"}, "en"}}},
86 StartElement{Name{"ns2", "query"}, []Attr{}}
    [all...]
marshal_test.go 317 func (m *MyMarshalerTest) MarshalXML(e *Encoder, start StartElement) error {
    [all...]
marshal.go 100 MarshalXML(e *Encoder, start StartElement) error
172 func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {
187 // It returns an error if StartElement and EndElement tokens are not properly matched.
202 case StartElement:
401 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
403 return fmt.Errorf("xml: EncodeElement of StartElement with missing name")
469 var start StartElement
543 func (p *printer) marshalAttr(start *StartElement, name Name, val reflect.Value) error {
628 func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
    [all...]
read.go 141 func (d *Decoder) DecodeElement(v interface{}, start *StartElement) error {
170 UnmarshalXML(d *Decoder, start StartElement) error
196 func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
231 case StartElement:
303 func (d *Decoder) unmarshal(val reflect.Value, start *StartElement) error {
311 if t, ok := tok.(StartElement); ok {
516 case StartElement:
670 func (d *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
713 case StartElement:
742 case StartElement
    [all...]
xml.go 54 // StartElement, EndElement, CharData, Comment, ProcInst, or Directive.
57 // A StartElement represents an XML start element.
58 type StartElement struct {
63 // Copy creates a new copy of StartElement.
64 func (e StartElement) Copy() StartElement {
72 func (e StartElement) End() EndElement {
132 case StartElement:
267 // Token guarantees that the StartElement and EndElement
302 case StartElement
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml_test.go 43 StartElement{Name{"", "body"}, []Attr{{Name{"xmlns", "foo"}, "ns1"}, {Name{"", "xmlns"}, "ns2"}, {Name{"xmlns", "tag"}, "ns3"}}},
45 StartElement{Name{"", "hello"}, []Attr{{Name{"", "lang"}, "en"}}},
49 StartElement{Name{"", "query"}, []Attr{}},
53 StartElement{Name{"", "goodbye"}, []Attr{}},
56 StartElement{Name{"", "outer"}, []Attr{{Name{"foo", "attr"}, "value"}, {Name{"xmlns", "tag"}, "ns4"}}},
58 StartElement{Name{"", "inner"}, []Attr{}},
63 StartElement{Name{"tag", "name"}, []Attr{}},
80 StartElement{Name{"ns2", "body"}, []Attr{{Name{"xmlns", "foo"}, "ns1"}, {Name{"", "xmlns"}, "ns2"}, {Name{"xmlns", "tag"}, "ns3"}}},
82 StartElement{Name{"ns2", "hello"}, []Attr{{Name{"", "lang"}, "en"}}},
86 StartElement{Name{"ns2", "query"}, []Attr{}}
    [all...]
marshal_test.go 317 func (m *MyMarshalerTest) MarshalXML(e *Encoder, start StartElement) error {
    [all...]
marshal.go 100 MarshalXML(e *Encoder, start StartElement) error
172 func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {
187 // It returns an error if StartElement and EndElement tokens are not properly matched.
202 case StartElement:
401 func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
403 return fmt.Errorf("xml: EncodeElement of StartElement with missing name")
469 var start StartElement
543 func (p *printer) marshalAttr(start *StartElement, name Name, val reflect.Value) error {
628 func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
    [all...]
read.go 141 func (d *Decoder) DecodeElement(v interface{}, start *StartElement) error {
170 UnmarshalXML(d *Decoder, start StartElement) error
196 func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
231 case StartElement:
303 func (d *Decoder) unmarshal(val reflect.Value, start *StartElement) error {
311 if t, ok := tok.(StartElement); ok {
516 case StartElement:
670 func (d *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
713 case StartElement:
742 case StartElement
    [all...]
xml.go 54 // StartElement, EndElement, CharData, Comment, ProcInst, or Directive.
57 // A StartElement represents an XML start element.
58 type StartElement struct {
63 // Copy creates a new copy of StartElement.
64 func (e StartElement) Copy() StartElement {
72 func (e StartElement) End() EndElement {
132 case StartElement:
267 // Token guarantees that the StartElement and EndElement
302 case StartElement
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppstanzaparser.cc 53 builder_.StartElement(pctx, name, atts);
xmppstanzaparser.h 42 virtual void StartElement(XmlParseContext * pctx,
  /external/curl/docs/examples/
htmltitle.cpp 135 static void StartElement(void *voidContext,
219 StartElement,
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
discovery.go 44 if e, ok := t.(xml.StartElement); ok && strings.EqualFold(e.Name.Local, "body") {
50 e, ok := t.(xml.StartElement)
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
discovery.go 44 if e, ok := t.(xml.StartElement); ok && strings.EqualFold(e.Name.Local, "body") {
50 e, ok := t.(xml.StartElement)
  /prebuilts/go/darwin-x86/src/cmd/vet/
method.go 50 "MarshalXML": {[]string{"*xml.Encoder", "xml.StartElement"}, []string{"error"}}, // xml.Marshaler
57 "UnmarshalXML": {[]string{"*xml.Decoder", "xml.StartElement"}, []string{"error"}}, // xml.Unmarshaler
  /prebuilts/go/linux-x86/src/cmd/vet/
method.go 50 "MarshalXML": {[]string{"*xml.Encoder", "xml.StartElement"}, []string{"error"}}, // xml.Marshaler
57 "UnmarshalXML": {[]string{"*xml.Decoder", "xml.StartElement"}, []string{"error"}}, // xml.Unmarshaler
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sapi53.h     [all...]
sapi54.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 33 StartElement,
501 if (have_handler(self, StartElement)) {
566 rv = call_with_frame(getcode(StartElement, "StartElement", __LINE__),
567 self->handlers[StartElement], args, self);
    [all...]

Completed in 529 milliseconds

1 2