----- Original Message -----
From: "Lionel Villard" <[EMAIL PROTECTED]>
>
> There is no factory for these nodes.
>
Ok, in that case we should remove the invocation to createNode() in
impl.parser.SimpleNode for all the cases shown below. Right?
case XPathTreeConstants.JJTAXISCHILD:
case XPathTreeConstants.JJTAXISATTRIBUTE:
case XPathTreeConstants.JJTAXISDESCENDANT:
case XPathTreeConstants.JJTAXISSELF:
case XPathTreeConstants.JJTAXISFOLLOWINGSIBLING:
case XPathTreeConstants.JJTAXISFOLLOWING:
case XPathTreeConstants.JJTAXISNAMESPACE:
case XPathTreeConstants.JJTAXISPARENT:
case XPathTreeConstants.JJTAXISANCESTOR:
case XPathTreeConstants.JJTAXISPRECEDINGSIBLING:
case XPathTreeConstants.JJTAXISPRECEDING:
case XPathTreeConstants.JJTAXISANCESTORORSELF:
case XPathTreeConstants.JJTDOTDOT:
case XPathTreeConstants.JJTAT:
case XPathTreeConstants.JJTPLUS:
case XPathTreeConstants.JJTMINUS:
case XPathTreeConstants.JJTXPATH:
case XPathTreeConstants.JJTXPATH2:
case XPathTreeConstants.JJTDOT:
case XPathTreeConstants.JJTSLASH:
case XPathTreeConstants.JJTROOT:
case XPathTreeConstants.JJTROOTDESCENDANTS:
case XPathTreeConstants.JJTSLASHSLASH:
-- Santiago