56 for( i = 0; i < (int)
m_NetNodes.GetCount(); i++ )
65 wxString propValue, s1, s2;
69 aNode->GetAttribute( wxT(
"Name" ), &propValue );
70 propValue.Trim(
false );
71 propValue.Trim(
true );
74 lNode =
FindNode( aNode, wxT(
"node" ) );
78 lNode->GetAttribute( wxT(
"Name" ), &s2 );
82 while( s2.Len() > 0 && s2[0] != wxT(
' ' ) )
PCAD_NET_NODES_ARRAY m_NetNodes
Hold an XML or S-expression element.
XNODE * FindNode(XNODE *aChild, const wxString &aTag)