|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.adoc.dexss.DeXSS
public class DeXSS
Call createInstance to specify an xssChangeWriter and a Writer. Call process to parse inputString using TagSoup. DeXSS notes any changes to xssChangeWriter, and serializes the resulting document to the Writer.
| Method Summary | |
|---|---|
static DeXSS |
createInstance(DeXSSChangeListener xssChangeListener,
java.io.Writer w)
Create a DeXSS object using createInstance. |
void |
process(java.lang.String inputString)
Call createInstance to specify an xssChangeWriter and a Writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DeXSS createInstance(DeXSSChangeListener xssChangeListener,
java.io.Writer w)
throws java.io.IOException,
org.xml.sax.SAXException
xssChangeListener - the DeXSSChangeListener which is informed of changesw - the Writer to which the parsed document is serialized
java.io.IOException
org.xml.sax.SAXException
public void process(java.lang.String inputString)
throws java.io.IOException,
org.xml.sax.SAXException
inputString - the String to parse
java.io.IOException
org.xml.sax.SAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||