org.oXML.xpath.parser
Class MixedExpressionParser

java.lang.Object
  extended byorg.oXML.xpath.parser.ExpressionParser
      extended byorg.oXML.xpath.parser.MixedExpressionParser
All Implemented Interfaces:
Parser

public class MixedExpressionParser
extends ExpressionParser


Field Summary
 
Fields inherited from class org.oXML.xpath.parser.ExpressionParser
parser
 
Constructor Summary
MixedExpressionParser()
           
 
Method Summary
 Expression parse(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedExpressionParser

public MixedExpressionParser()
Method Detail

parse

public Expression parse(java.lang.String expression)
                 throws ParserException
Specified by:
parse in interface Parser
Overrides:
parse in class ExpressionParser
Returns:
result of parsing expression, or null
Throws:
ParserException