Lines Matching refs:ElementNode
152 class ElementNode : public Node class
158 ElementNode( const String& aName, Reference < XAttributeList > xAttributes );
167 ElementNode::ElementNode( const String& aName, Reference < XAttributeList > xAttributes ) in ElementNode() function in ElementNode
183 void ElementNode::AppendNode( NodeRef xNewNode ) in AppendNode()
339 xTreeRoot = new ElementNode( CUniString("/"), Reference < XAttributeList > (NULL) ); in startDocument()
350 NodeRef xNewNode = new ElementNode ( String(aName), xAttribs ); in startElement()
351 ((ElementNode*)(&xCurrentNode))->AppendNode( xNewNode ); in startElement()
376 ((ElementNode*)(&xCurrentNode))->AppendNode( xNewNode ); in characters()
410 ElementNode* pElementNode = NULL; in HandleSAXParser()
430 pElementNode = (ElementNode*)(&xNode); in HandleSAXParser()
635 ElementNode* pNewElement = (ElementNode*)(&xNew); in HandleSAXParser()