|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XmlILElementAnalyzer (QilFactory fac) | |
| override QilNode | Analyze (QilNode ndElem, QilNode ndContent) |
Protected Attributes | |
| XmlILConstructInfo | parentInfo |
| QilFactory | fac |
| PossibleXmlStates | xstates |
| bool | withinElem |
Private Member Functions | |
| void | AnalyzeAttributeCtor (QilBinary ndAttr, XmlILConstructInfo info) |
| void | CheckAttributeNamespaceConstruct (XmlQueryType typ) |
| void | StartLoop (XmlQueryType typ, XmlILConstructInfo info) |
| void | EndLoop (XmlQueryType typ, XmlILConstructInfo info) |
| bool | MaybeAttrNmsp (XmlQueryType typ) |
| bool | MaybeContent (XmlQueryType typ) |
Private Attributes | |
| readonly NameTable | _attrNames = new NameTable() |
| readonly ArrayList | _dupAttrs = new ArrayList() |
Definition at line 6 of file XmlILElementAnalyzer.cs.