Home | History | Annotate | Download | only in xml

Lines Matching full:startelement

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.
796 return StartElement{name, attr}, nil