2 instantiations of Asttree
System.Xml (2)
System\Xml\Schema\CompiledidEntityConstraint.cs (2)
50
this.selector = new
Asttree
(constraint.Selector.XPath, false, nsmgr);
61
this.fields[idxField] = new
Asttree
(((XmlSchemaXPath)fields[idxField]).XPath, true, nsmgr);
13 references to Asttree
System.Xml (13)
System\Xml\Schema\Asttree.cs (6)
85
if (
Asttree
.IsAttribute(this.curNode)) {
109
if (
Asttree
.IsAttribute (nowNode)) {
248
private
Asttree
axisTree; // reference to the whole tree
263
internal ActiveAxis (
Asttree
axisTree) {
407
this.isAttribute =
Asttree
.IsAttribute (axis);
414
this.isSelfAxis =
Asttree
.IsSelf (this.topNode);
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
19
private
Asttree
selector;
20
private
Asttree
[] fields;
33
public
Asttree
Selector {
37
public
Asttree
[] Fields {
58
this.fields = new
Asttree
[fields.Count];
System\Xml\Schema\ConstraintStruct.cs (2)
52
internal LocatedActiveAxis (
Asttree
astfield, KeySequence ks, int column) : base (astfield) {
88
public SelectorActiveAxis(
Asttree
axisTree, ConstraintStruct cs) : base(axisTree) {