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. |
Definition at line 21 of file XINSCAPIPatternTransform.java.
dochelper.xins.XINSCAPIPatternTransform.XINSCAPIPatternTransform | ( | String | text | ) |
Creates a new instance of NodeDefinitionImpl.
Definition at line 27 of file XINSCAPIPatternTransform.java.
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.
result | java.util.regex.MatchResult that contains the match results for a regular expression. It contains the whole match and separate groups. |
Reimplemented from dochelper.TransformDefinitionImpl.
Definition at line 46 of file XINSCAPIPatternTransform.java.
Pattern dochelper.xins.XINSCAPIPatternTransform.regExp [package] |
String: Regular Expressions Pattern to Match.
Definition at line 24 of file XINSCAPIPatternTransform.java.