|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.tools.filters.Filter07
public class Filter07
Rationalizes titles.
Usage:
Filter07 in out
in = Path to TEI XML input file for a work.
out = Path to TEI XML output file for a work.
In "div" elements, "head" and "fullTitle" attributes are replaced by "title" and "fullTitle" children.
In "div" and "castGroup" elements, the first "head" child, if any, is replaced by a "title" child.
We nuke the type="subordinate" attribute on work titles.
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The main program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - Command line arguments.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||