terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Mono.Xml.SmallXmlParser.IContentHandler Interface Reference
+ Inheritance diagram for Mono.Xml.SmallXmlParser.IContentHandler:
+ Collaboration diagram for Mono.Xml.SmallXmlParser.IContentHandler:

Public Member Functions

void OnStartParsing (SmallXmlParser parser)
 
void OnEndParsing (SmallXmlParser parser)
 
void OnStartElement (string name, SmallXmlParser.IAttrList attrs)
 
void OnEndElement (string name)
 
void OnProcessingInstruction (string name, string text)
 
void OnChars (string text)
 
void OnIgnorableWhitespace (string text)
 

Detailed Description

Definition at line 517 of file SmallXmlParser.cs.


The documentation for this interface was generated from the following file: