Uses of Class
net.dpml.lang.Buffer

Packages that use Buffer
net.dpml.lang Low-level services dealing with part deployment and management. 
net.dpml.runtime Component strategy runtime implementation. 
 

Uses of Buffer in net.dpml.lang
 

Methods in net.dpml.lang that return Buffer
 Buffer Buffer.indent()
           
 Buffer Buffer.indent(String indent)
           
 Buffer Buffer.namespace(String namespace)
           
 

Methods in net.dpml.lang with parameters of type Buffer
 void AntlibStrategy.encode(Buffer buffer, String key)
          Encode the resource strategy to XML.
abstract  void Strategy.encode(Buffer buffer, String key)
          Write the strategy to the supplied buffer in XML format.
 

Uses of Buffer in net.dpml.runtime
 

Methods in net.dpml.runtime with parameters of type Buffer
 void ComponentStrategy.encode(Buffer buffer, String key)