dochelper.xins.XINSCAPIPatternTransform Class Reference

Inheritance diagram for dochelper.xins.XINSCAPIPatternTransform:

Inheritance graph
[legend]
Collaboration diagram for dochelper.xins.XINSCAPIPatternTransform:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 XINSCAPIPatternTransform (String text)
 Creates a new instance of NodeDefinitionImpl.
String render (MatchResult result)
 Main method of XINSCAPIPatternTransform class.

Package Attributes

Pattern regExp
 String: Regular Expressions Pattern to Match.


Detailed Description

Author:
gchristen

Definition at line 21 of file XINSCAPIPatternTransform.java.


Constructor & Destructor Documentation

dochelper.xins.XINSCAPIPatternTransform.XINSCAPIPatternTransform ( String  text  ) 

Creates a new instance of NodeDefinitionImpl.

Definition at line 27 of file XINSCAPIPatternTransform.java.


Member Function Documentation

String dochelper.xins.XINSCAPIPatternTransform.render ( MatchResult  result  ) 

Main method of XINSCAPIPatternTransform class.

This method is called to create the output content given a set of matches for a particular regular expression.

It will also convert to lower or upper items contained within $l() or $u() respectivley.

Parameters:
result java.util.regex.MatchResult that contains the match results for a regular expression. It contains the whole match and separate groups.
Returns:
String containing the render result.

Reimplemented from dochelper.TransformDefinitionImpl.

Definition at line 46 of file XINSCAPIPatternTransform.java.

Here is the call graph for this function:


Member Data Documentation

String: Regular Expressions Pattern to Match.

Definition at line 24 of file XINSCAPIPatternTransform.java.


The documentation for this class was generated from the following file:

Generated on Wed Jun 17 14:22:20 2009 for DocHelper by  doxygen 1.5.6