Asn1XmlSaxSimpleType Class Reference

Inheritance diagram for Asn1XmlSaxSimpleType:
Asn1XerSaxHandler XmlSaxDefaultHandler XmlSaxContentHandler XmlSaxErrorHandler XmlSaxEntityResolver

List of all members.

Public Member Functions

String GetText ()

Detailed Description

SAX Handler for simple types. remarks>This handler captures all text for the first element for which startElement is invoked. Once the all text is captured and the corresponding endElement is invoked, there are two possibilities: 1) if you passed an Asn1Type for element to the constructor, this handler will invoke element.DecodeXML to decode the XML text into that object. 2) if you passed null for the constructor's element argument, then you may use GetText() to get the XML element's text. /remarks>


Member Function Documentation

String GetText (  ) 

After endElement has been triggered, this may be used to obtain the XML element's text.