Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdom.transform

Classes to represent the components of an XML document.

See:
          Description

Class Summary
JDOMResult A holder for an XSL Transformation result, generally a list of nodes although it can be a JDOM Document also.
JDOMResult.FragmentHandler  
JDOMSource A holder for an XML Transformation source: a Document, Element, or list of nodes.
JDOMSource.DocumentReader An implementation of the SAX2 XMLReader interface that presents a SAX view of a JDOM Document.
JDOMSource.JDOMInputSource A subclass of the SAX InputSource interface that wraps a JDOM Document.
XSLTransformer A convenience class to handle simple transformations.
 

Exception Summary
XSLTransformException Thrown when an XSL stylesheet fails to compile or an XSL transform fails
 

Package org.jdom.transform Description

Classes to represent the components of an XML document. The Verifier is a special class useful in ensuring well-formedness of documents. The Parent interface is implemented by Document and Element exposing their commonality. The Content abstract class is extended by all the node types of a document except Document itself. The JDOMFactory interface and DefaultJDOMFactory standard implementation provide advanced users with the ability to create subtypes of the org.jdom classes.