com.anwrt.anycontent.plugins.core.htmleditor
Class CharacterMapGenerator
java.lang.Object
AbstractGenerator
com.anwrt.anycontent.plugins.core.htmleditor.CharacterMapGenerator
- public class CharacterMapGenerator
- extends AbstractGenerator
Generates a list of special characters bases on the parameters given
Parameters accepted are:
- charactersByLine: the numbers of characters to generate for each line
- characters: the characters to generate, 32-126;128;130-140 for
example.
- See Also:
- Serialized Form
|
Method Summary |
void |
generate()
|
void |
setup(SourceResolver res,
java.util.Map map,
java.lang.String src,
Parameters params)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterMapGenerator
public CharacterMapGenerator()
setup
public void setup(SourceResolver res,
java.util.Map map,
java.lang.String src,
Parameters params)
throws ProcessingException,
org.xml.sax.SAXException,
java.io.IOException
- Throws:
ProcessingException
org.xml.sax.SAXException
java.io.IOException
generate
public void generate()
throws java.io.IOException,
org.xml.sax.SAXException,
ProcessingException
- Throws:
java.io.IOException
org.xml.sax.SAXException
ProcessingException
Copyright © 2006 Anyware Technologies. All Rights Reserved.