it.unipd.dei.ims.nestor.experiment.xml
Class JXpathOperations

java.lang.Object
  extended by it.unipd.dei.ims.nestor.experiment.xml.JXpathOperations

public class JXpathOperations
extends java.lang.Object


Constructor Summary
JXpathOperations()
           
 
Method Summary
static void contentAncestors(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void contentChildren(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static java.lang.String contentDescendants(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void contentParent(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void structuralAncestors(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void structuralChildren(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void structuralDescendants(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
static void structuralParent(org.apache.commons.jxpath.JXPathContext jpc, java.lang.String exp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JXpathOperations

public JXpathOperations()
Method Detail

structuralDescendants

public static void structuralDescendants(org.apache.commons.jxpath.JXPathContext jpc,
                                         java.lang.String exp)

contentDescendants

public static java.lang.String contentDescendants(org.apache.commons.jxpath.JXPathContext jpc,
                                                  java.lang.String exp)

structuralChildren

public static void structuralChildren(org.apache.commons.jxpath.JXPathContext jpc,
                                      java.lang.String exp)

contentChildren

public static void contentChildren(org.apache.commons.jxpath.JXPathContext jpc,
                                   java.lang.String exp)

structuralAncestors

public static void structuralAncestors(org.apache.commons.jxpath.JXPathContext jpc,
                                       java.lang.String exp)

contentAncestors

public static void contentAncestors(org.apache.commons.jxpath.JXPathContext jpc,
                                    java.lang.String exp)

structuralParent

public static void structuralParent(org.apache.commons.jxpath.JXPathContext jpc,
                                    java.lang.String exp)

contentParent

public static void contentParent(org.apache.commons.jxpath.JXPathContext jpc,
                                 java.lang.String exp)