Class DefaultExpr

    • Constructor Detail

      • DefaultExpr

        public DefaultExpr()
        Deprecated.
    • Method Detail

      • simplify

        public Expr simplify()
        Deprecated.
        Description copied from interface: Expr
        Simplifies the XPath expression. For example, the expression //para[1 = 1] could be simplified to //para. In practice, this is usually a noop. Jaxen does not currently perform any simplification.
        Specified by:
        simplify in interface Expr
        Returns:
        the simplified expression
      • convertToIterator

        public static Iterator convertToIterator​(Object obj)
        Deprecated.
      • convertToList

        public static List convertToList​(Object obj)
        Deprecated.