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