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

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

public class XalanOperations
extends java.lang.Object


Constructor Summary
XalanOperations()
           
 
Method Summary
static void contentAncestors(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void contentChildren(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void contentDescendants(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void contentParent(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void structuralAncestors(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void structuralChildren(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void structuralDescendants(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
static void structuralParent(org.w3c.dom.Document xmlDocument, javax.xml.xpath.XPathExpression e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XalanOperations

public XalanOperations()
Method Detail

structuralDescendants

public static void structuralDescendants(org.w3c.dom.Document xmlDocument,
                                         javax.xml.xpath.XPathExpression e)
                                  throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

contentDescendants

public static void contentDescendants(org.w3c.dom.Document xmlDocument,
                                      javax.xml.xpath.XPathExpression e)
                               throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

structuralChildren

public static void structuralChildren(org.w3c.dom.Document xmlDocument,
                                      javax.xml.xpath.XPathExpression e)
                               throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

contentChildren

public static void contentChildren(org.w3c.dom.Document xmlDocument,
                                   javax.xml.xpath.XPathExpression e)
                            throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

structuralAncestors

public static void structuralAncestors(org.w3c.dom.Document xmlDocument,
                                       javax.xml.xpath.XPathExpression e)
                                throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

contentAncestors

public static void contentAncestors(org.w3c.dom.Document xmlDocument,
                                    javax.xml.xpath.XPathExpression e)
                             throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

structuralParent

public static void structuralParent(org.w3c.dom.Document xmlDocument,
                                    javax.xml.xpath.XPathExpression e)
                             throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException

contentParent

public static void contentParent(org.w3c.dom.Document xmlDocument,
                                 javax.xml.xpath.XPathExpression e)
                          throws javax.xml.xpath.XPathExpressionException
Throws:
javax.xml.xpath.XPathExpressionException