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 java.util.Iterator convertToIterator​(java.lang.Object obj)
        Deprecated.
      • convertToList

        public static java.util.List convertToList​(java.lang.Object obj)
        Deprecated.