C# Class Noear.Snacks.Xml.XmlReader

Afficher le fichier Open project: noear/Snacks

Méthodes publiques

Свойство Type Description
Token XmlToken
Value String

Méthodes publiques

Méthode Description
Read ( ) : bool
XmlReader ( String _xml_text ) : System

Private Methods

Méthode Description
ReadCDATA ( ) : void
ReadName ( ) : void
ReadValue ( ) : void
text_jump ( char _char ) : void
text_jump ( int len ) : void
text_peek ( ) : int
text_read ( ) : int

Method Details

Read() public méthode

public Read ( ) : bool
Résultat bool

XmlReader() public méthode

public XmlReader ( String _xml_text ) : System
_xml_text String
Résultat System

Property Details

Token public_oe property

public XmlToken Token
Résultat XmlToken

Value public_oe property

public String Value
Résultat String