ParserAdapter.StartElement(String, IAttributeList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adapter implementation method; do not call.
[Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")]
public virtual void StartElement (string? qName, Org.Xml.Sax.IAttributeList? qAtts);
[<Android.Runtime.Register("startElement", "(Ljava/lang/String;Lorg/xml/sax/AttributeList;)V", "GetStartElement_Ljava_lang_String_Lorg_xml_sax_AttributeList_Handler")>]
abstract member StartElement : string * Org.Xml.Sax.IAttributeList -> unit
override this.StartElement : string * Org.Xml.Sax.IAttributeList -> unit
Parameters
- qName
- String
The qualified (prefixed) name.
- qAtts
- IAttributeList
The XML attribute list (with qnames).
Implements
- Attributes
Exceptions
The client may raise a processing exception.
Remarks
Adapter implementation method; do not call. Adapt a SAX1 startElement event.
If necessary, perform Namespace processing.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.