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

Quick Search    Search Deep

Uses of Interface
org.jdaemon.util.xml.XMLWritable

Uses of XMLWritable in org.jdaemon.util.xml
 

Classes in org.jdaemon.util.xml that implement XMLWritable
static class TestXMLTransformation.TestData
          Test implementation of XMLWritable interface
 class XMLTransformation
          Class which adds a transformation to the output of some other XMLWritable object
 

Fields in org.jdaemon.util.xml declared as XMLWritable
private  XMLWritable XMLTransformation.parent
           
 

Constructors in org.jdaemon.util.xml with parameters of type XMLWritable
XMLTransformation(XMLWritable parent, javax.xml.transform.sax.SAXTransformerFactory factory, javax.xml.transform.Templates templates)
          Creates a new instance of XMLTranformation.
XMLTransformation(XMLWritable parent, javax.xml.transform.sax.SAXTransformerFactory factory, javax.xml.transform.Source xsl)
          Creates a new instance of XMLTranformation.
XMLTransformation(XMLWritable parent, javax.xml.transform.Source xsl)
          Creates a new instance of XMLTranformation.
XMLTransformation(XMLWritable parent, javax.xml.transform.Templates templates)
          Creates a new instance of XMLTranformation.
XMLTransformation(XMLWritable parent, java.io.InputStream xsl)
          Creates a new instance of XMLTranformation.