- Namespace
- XamlX
.Transform - Base Types
-
- object
- XamlContextBase
graph BT
Type-->Base0["XamlContextBase"]
click Base0 "/api/XamlX.Transform/XamlContextBase"
Base0-->Base1["object"]
Type["AstTransformationContext"]
class Type type-node
Syntax
public class AstTransformationContext : XamlContextBase
Constructors
Properties
Name | Value | Summary |
---|---|---|
Configuration | Transformer |
|
NamespaceAliases | Dictionary |
|
RootObject | IXamlAstValueNode | |
StrictMode | bool |
Methods
Name | Value | Summary |
---|---|---|
Error |
IXamlAstNode | |
GetItem |
T |
Inherited from XamlContextBase
|
GetOrCreateItem |
T |
Inherited from XamlContextBase
|
ParentNodes |
IEnumerable |
Inherited from XamlContextBase
|
ParseError |
IXamlAstNode | |
ParseError |
IXamlAstNode | |
PopParent |
IXamlAstNode |
Inherited from XamlContextBase
|
PushParent |
void |
Inherited from XamlContextBase
|
SetItem |
void |
Inherited from XamlContextBase
|
TryGetItem |
bool |
Inherited from XamlContextBase
|
Visit |
IXamlAstNode | |
VisitChildren |
void |