Uses of Interface
dochelper.TransformDefinition

Packages that use TransformDefinition
dochelper   
dochelper.xins   
 

Uses of TransformDefinition in dochelper
 

Classes in dochelper that implement TransformDefinition
 class DocPattern
          The class DocPattern implements one of the principal components of DocHelper, the Pattern.
 class EscapedMatchTransformDefinition
          The class EscapedMatchNodeDefinition implements Render Definition to handle the rendering of matches that include characters that should be escaped when creating a DOM node.
 class FileTransformDefinition
          The class FileRenderDefinition implements the RenderDefinition interface and is used as the simplest manner in which to render DocPattern matches.
 class TransformDefinitionImpl
          The class RenderDefinitionImpl implements the RenderDefinition interface and is used as the simplest manner in which to render DocPattern matches.
 

Fields in dochelper declared as TransformDefinition
(package private)  TransformDefinition DocPattern.node
          The Node Definition that tells this pattern how to render matches
 

Constructors in dochelper with parameters of type TransformDefinition
DocPattern(java.lang.String pattern, TransformDefinition transform)
          Creates a new instance.
 

Uses of TransformDefinition in dochelper.xins
 

Classes in dochelper.xins that implement TransformDefinition
 class XINSCAPIPatternTransform