Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
void |
addAllText(String text)
Invoked via a standard Digester CallMethodRule, passing the
"body text" of the top-level xml element.
|
void |
addBold(String text)
Invoked when an <b> node is found in the parsed input.
|
void |
addItalic(String text)
Invoked when an <i> node is found in the parsed input.
|
void |
addSegment(String text)
Invoked when a text segment is present in the parsed input.
|
static void |
main(String[] args)
See the run method.
|
void |
run()
Main method of this test harness.
|
public Main()
public void addSegment(String text)
public void addAllText(String text)
public void run() throws Exception
Exception
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.