Метод | Описание | |
---|---|---|
Parse ( string content ) : void |
Parses XML content
|
|
XmlParser ( |
Constructs instance of XML parser
|
Метод | Описание | |
---|---|---|
IsTagFirstChar ( char value ) : bool |
Checks whether the character is valid first character of XML tag name
|
|
ParseAttributes ( string attributesString ) : IList |
Parses a attributes
|
|
ProcessCdataSection ( ) : bool |
Process a CDATA sections
|
|
ProcessEndTag ( ) : bool |
Process a end tag
|
|
ProcessProcessingInstruction ( ) : bool |
Process a XML declaration and processing instructions
|
|
ProcessStartTag ( ) : bool |
Process a start tag
|
|
ProcessText ( ) : void |
Process a text
|
public Parse ( string content ) : void | ||
content | string | XML content |
Результат | void |
public XmlParser ( |
||
handlers | XML parsing handlers | |
Результат | System |