Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AttributeSet.cs
Go to the documentation of this file.
1
using
System.Text
;
2
using
System.Xml.Xsl.Qil
;
3
4
namespace
System.Xml.Xsl.Xslt
;
5
6
internal
sealed
class
AttributeSet
:
ProtoTemplate
7
{
8
public
CycleCheck
CycleCheck
;
9
10
public
AttributeSet
(
QilName
name,
XslVersion
xslVer
)
11
:
base
(
XslNodeType
.
AttributeSet
, name,
xslVer
)
12
{
13
}
14
15
public
override
string
GetDebugName
()
16
{
17
StringBuilder
stringBuilder
=
new
StringBuilder
();
18
stringBuilder
.Append(
"<xsl:attribute-set name=\""
);
19
stringBuilder
.Append(
Name
.
QualifiedName
);
20
stringBuilder
.Append(
"\">"
);
21
return
stringBuilder
.ToString();
22
}
23
24
public
new
void
AddContent
(
XslNode
node
)
25
{
26
base
.AddContent(
node
);
27
}
28
29
public
void
MergeContent
(
AttributeSet
other
)
30
{
31
InsertContent
(
other
.Content);
32
}
33
}
System.Text.StringBuilder
Definition
StringBuilder.cs:14
System.Xml.Xsl.Qil.QilName.QualifiedName
string QualifiedName
Definition
QilName.cs:53
System.Xml.Xsl.Qil.QilName
Definition
QilName.cs:6
System.Xml.Xsl.Xslt.AttributeSet.GetDebugName
override string GetDebugName()
Definition
AttributeSet.cs:15
System.Xml.Xsl.Xslt.AttributeSet.MergeContent
void MergeContent(AttributeSet other)
Definition
AttributeSet.cs:29
System.Xml.Xsl.Xslt.AttributeSet.CycleCheck
CycleCheck CycleCheck
Definition
AttributeSet.cs:8
System.Xml.Xsl.Xslt.AttributeSet.AttributeSet
AttributeSet(QilName name, XslVersion xslVer)
Definition
AttributeSet.cs:10
System.Xml.Xsl.Xslt.AttributeSet.AddContent
new void AddContent(XslNode node)
Definition
AttributeSet.cs:24
System.Xml.Xsl.Xslt.AttributeSet
Definition
AttributeSet.cs:7
System.Xml.Xsl.Xslt.ProtoTemplate
Definition
ProtoTemplate.cs:6
System.Xml.Xsl.Xslt.XslNode.InsertContent
void InsertContent(IEnumerable< XslNode > collection)
Definition
XslNode.cs:67
System.Xml.Xsl.Xslt.XslNode.Name
readonly QilName Name
Definition
XslNode.cs:14
System.Xml.Xsl.Xslt.XslNode
Definition
XslNode.cs:7
System.Text
Definition
ConsoleEncoding.cs:1
System.Xml.Xsl.Qil
Definition
IQilAnnotation.cs:1
System.Xml.Xsl.Xslt.CycleCheck
CycleCheck
Definition
CycleCheck.cs:4
System.Xml.Xsl.Xslt.XslNodeType
XslNodeType
Definition
XslNodeType.cs:4
System.Xml.Xsl.Xslt.XslVersion
XslVersion
Definition
XslVersion.cs:4
System.Xml.Xsl.Xslt
Definition
AstFactory.cs:3
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.other
@ other
source
System.Private.Xml
System.Xml.Xsl.Xslt
AttributeSet.cs
Generated by
1.10.0