Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BeginEvent() [1/2]

bool System.Xml.Xsl.XsltOld.Processor.BeginEvent ( XPathNodeType nodeType,
string prefix,
string name,
string nspace,
bool empty )
inlinepackage

Definition at line 553 of file Processor.cs.

554 {
555 return BeginEvent(nodeType, prefix, name, nspace, empty, null, search: true);
556 }
bool BeginEvent(XPathNodeType nodeType, string prefix, string name, string nspace, bool empty)
Definition Processor.cs:553

References System.Xml.Xsl.XsltOld.Processor.BeginEvent(), and System.prefix.

Referenced by System.Xml.Xsl.XsltOld.Processor.BeginEvent(), and System.Xml.Xsl.XsltOld.Processor.CopyBeginEvent().