Asn1XmlEncoder_Fields Struct Reference
Static Public Attributes | |
static readonly int | XMLDATA = 2 |
static readonly int | XMLEND = 3 |
static readonly int | XMLINDENT = 3 |
static readonly int | XMLINIT = 0 |
static readonly int | XMLSTART = 1 |
Detailed Description
This class defines the constant variables for Asn1XmlEncoder.
Member Data Documentation
readonly int XMLDATA = 2 [static] |
XML characters (data) state
readonly int XMLEND = 3 [static] |
XML end element state
readonly int XMLINDENT = 3 [static] |
Number of indent spaces required to print XML element
readonly int XMLINIT = 0 [static] |
XML initialization state
readonly int XMLSTART = 1 [static] |
XML start element state