143144145146147148149150151
"Comments not allowed here."); } } public void createDocument () { _rootNode = new Document (); _currentNodes = new Stack<XMLNode> (); push (_rootNode); }