1 write to ParentStructureId
VisualBasicSyntaxGenerator (1)
XML\ParseTreeDescription.vb (1)
319ParentStructureId = el.@parent
4 references to ParentStructureId
VisualBasicSyntaxGenerator (4)
Util\WriteUtils.vb (1)
459Return String.IsNullOrEmpty(nodeStructure.ParentStructureId)
XML\ParseTreeDescription.vb (3)
261If String.IsNullOrEmpty(ParentStructureId) Then 265If Not ParseTree.NodeStructures.TryGetValue(ParentStructureId, nodeStructure) Then 266ParseTree.ReportError(Element, "Unknown parent structure '{0}' for node-structure '{1}'", ParentStructureId, Name)