Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:ELEMENT

151 	if(node.Type() == TiXmlNode::ELEMENT) 
187 DEBUG_PRINT("Element = " + name);
199 else if ( node.Type()== TiXmlNode::ELEMENT /*isNode()*/ || node.NoChildren() /*isLeaf()*/)
282 if ( node.Type()== TiXmlNode::ELEMENT /*isNode()*/ || node.NoChildren() )
452 // We must accommodate Rules that have CDATA without an <item> element.
453 // We need to infer this element for all rules.
476 // We must accommodate Rules that have CDATA without an <item> element.
477 // We need to infer this element for all rules.
650 // NB The tag is not under the ruleref element - it is in the current item element.
651 // We now add the tag of the AddRuleRef as we see the tag element. See EndTag().
766 case TiXmlNode::ELEMENT:
797 if( node.Type() == TiXmlNode::ELEMENT) {