Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CopyEndEvent()
bool
System.Xml.Xsl.XsltOld.Processor.CopyEndEvent
(
XPathNavigator
node
)
inline
package
Definition at line
680
of file
Processor.cs
.
681
{
682
switch
(
node
.NodeType)
683
{
684
case
XPathNodeType
.Element:
685
case
XPathNodeType
.Attribute:
686
case
XPathNodeType
.Namespace:
687
case
XPathNodeType
.ProcessingInstruction:
688
case
XPathNodeType
.Comment:
689
return
EndEvent
(
node
.NodeType);
690
default
:
691
return
true
;
692
}
693
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Xsl.XsltOld.Processor.EndEvent
bool EndEvent(XPathNodeType nodeType)
Definition
Processor.cs:620
System.Xml.XPath.XPathNodeType
XPathNodeType
Definition
XPathNodeType.cs:4
References
System.Xml.Xsl.XsltOld.Processor.EndEvent()
.
System
Xml
Xsl
XsltOld
Processor
Generated by
1.10.0