Home
last modified time | relevance | path

Searched refs:ElementNode (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/automation/source/server/
H A DXMLParser.cxx152 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()
[all …]

Completed in 12 milliseconds