public ParserContext(Vrml97Tokenizer tokenizer) { _tokenizer = tokenizer; _nodeFactory = new NodeFactory(); _childAcceptor = new ChildAcceptor(); }