Uses of Interface
org.treebind.Pipe

Packages that use Pipe
org.treebind   
 

Uses of Pipe in org.treebind
 

Classes in org.treebind that implement Pipe
 class DefaultPipeImplementation
          A default implementation of a qbePipe that takes care of the attrs.
 class JavaObject2XmlSaxPipe
          Pipe designed to convert Java XML objects into XML Sax events.
 class JenaRdf2JavaObjectPipe
          Pipe designed to convert RDF models read using the Jena API into Java objects.
 class Ldap2JavaObjectPipe
          Pipe designed to convert LDAP data into Java objects.
 class Ldap2XmlSaxPipe
          Pipe designed to convert LDAP data into XML Sax events.
 class XmlSax2JavaObjectPipe
          Pipe designed to convert XML documents into Java objects.
 

Methods in org.treebind that return Pipe
 Pipe PipeElement.getPipe()
          Get the pipe.
 Pipe DefaultPipeElementImplementation.getPipe()
           
 

Methods in org.treebind with parameters of type Pipe
 void PipeElement.setPipe(Pipe pipe)
          Sets the pipe.
 void DefaultPipeElementImplementation.setPipe(Pipe pipe)
           
 

Constructors in org.treebind with parameters of type Pipe
XmlSaxSource(Pipe pipe)
           
XmlSaxSink(Pipe pipe)
          Creates a new XmlSaxSink in its pipe.
XmlSaxSink(Pipe pipe, org.xml.sax.ContentHandler contentHandler)
          Creates a new XmlSaxSink in its pipe and associated SAX content handler.
XmlSaxSink(Pipe pipe, java.io.Writer writer)
          Creates a new XmlSaxSink in its pipe and associates a Writer into which the XML document will be written.
XmlSax2JavaObjectFilter(Pipe pipe)
          Creates a new XmlSax2JavaObjectFilter in its pipe.
TreeBom(Pipe pipe)
          Create a TreeBom in its Pipe
LdapSource(Pipe pipe)
          Creates a new LdapSource in its pipe.
Ldap2XmlSaxFilter(Pipe pipe)
          Creates a new Ldap2XmlSaxFilter in its pipe.
JenaRdfSource(Pipe pipe)
          Creates a new JenaRdfSource in its pipe.
JenaRdf2JavaObjectFilter(Pipe pipe)
          Creates a new JenaRdf2JavaObjectFilter in its pipe.
JavaObjectSink(Pipe pipe)
          Creates a new JavaObjectSink embedded in a pipe.
JavaObject2XmlSaxFilter(Pipe pipe)
          Creates a new JavaObject2XmlSaxFilter in a pipe.
DefaultPipeElementImplementation(Pipe pipe)
          Creates a pipe element in a pipe.
DefaultFilterImplementation(Pipe pipe)
          Creates a new DefaultFilterImplementation in a pipe.