|
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
|
Inheritance diagram for System.Xml.DtdParser:
Collaboration diagram for System.Xml.DtdParser:Classes | |
| class | ParseElementOnlyContent_LocalFrame |
| class | UndeclaredNotation |
Static Package Functions | |
| static IDtdParser | Create () |
| static string | StripSpaces (string value) |
Properties | |
| bool | ParsingInternalSubset [get, set] |
| bool | IgnoreEntityReferences [get, set] |
| bool | SaveInternalSubsetValue [get, set] |
| bool | ParsingTopLevelMarkup [get, set] |
| bool | SupportNamespaces [get, set] |
| bool | Normalize [get, set] |
| int | LineNo [get, set] |
| int | LinePos [get, set] |
| string | BaseUriStr [get, set] |
Private Types | |
| enum | Token { CDATA , ID , IDREF , IDREFS , ENTITY , ENTITIES , NMTOKEN , NMTOKENS , NOTATION , None , PERef , AttlistDecl , ElementDecl , EntityDecl , NotationDecl , Comment , PI , CondSectionStart , CondSectionEnd , Eof , REQUIRED , IMPLIED , FIXED , QName , Name , Nmtoken , Quote , LeftParen , RightParen , GreaterThan , Or , LeftBracket , RightBracket , PUBLIC , SYSTEM , Literal , DOCTYPE , NData , Percent , Star , QMark , Plus , PCDATA , Comma , ANY , EMPTY , IGNORE , INCLUDE } |
| enum | ScanningFunction { SubsetContent , Name , QName , Nmtoken , Doctype1 , Doctype2 , Element1 , Element2 , Element3 , Element4 , Element5 , Element6 , Element7 , Attlist1 , Attlist2 , Attlist3 , Attlist4 , Attlist5 , Attlist6 , Attlist7 , Entity1 , Entity2 , Entity3 , Notation1 , CondSection1 , CondSection2 , CondSection3 , Literal , SystemId , PublicId1 , PublicId2 , ClosingTag , ParamEntitySpace , None } |
| enum | LiteralType { AttributeValue , EntityReplText , SystemOrPublicID } |
Private Attributes | |
| IDtdParserAdapter | readerAdapter |
| IDtdParserAdapterWithValidation | readerAdapterWithValidation |
| XmlNameTable | nameTable |
| SchemaInfo | schemaInfo |
| XmlCharType | xmlCharType |
| string | systemId |
| string | publicId |
| bool | normalize |
| bool | validate |
| bool | supportNamespaces |
| bool | v1Compat |
| char[] | chars |
| int | charsUsed |
| int | curPos |
| DtdParser.ScanningFunction | scanningFunction |
| DtdParser.ScanningFunction | nextScaningFunction |
| DtdParser.ScanningFunction | savedScanningFunction |
| bool | whitespaceSeen |
| int | tokenStartPos |
| int | colonPos |
| StringBuilder | internalSubsetValueSb |
| int | externalEntitiesDepth |
| int | currentEntityId |
| bool | freeFloatingDtd |
| bool | hasFreeFloatingInternalSubset |
| StringBuilder | stringBuilder |
| int | condSectionDepth |
| LineInfo | literalLineInfo |
| char | literalQuoteChar |
| string | documentBaseUri |
| string | externalDtdBaseUri |
| Dictionary< string, DtdParser.UndeclaredNotation > | undeclaredNotations |
| int[] | condSectionEntityIds |
Definition at line 11 of file DtdParser.cs.