edu.northwestern.at.wordhoard.tools.cm
Class TitlePageRules

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.cm.TitlePageRules

public class TitlePageRules
extends java.lang.Object

Title page rules.


Field Summary
(package private)  org.w3c.dom.Element el
          TitlePageRules element.
 
Constructor Summary
TitlePageRules(org.w3c.dom.Element el)
          Creates a new title page rules object.
 
Method Summary
 void writePublicationStmt(XMLWriter out, org.w3c.dom.Document document)
          Writes the publication statement.
 void writeRespStmts(XMLWriter out)
          Writes the responsibility statements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

el

org.w3c.dom.Element el
TitlePageRules element.

Constructor Detail

TitlePageRules

public TitlePageRules(org.w3c.dom.Element el)
Creates a new title page rules object.

Parameters:
el - TitlePageRules element.
Method Detail

writeRespStmts

public void writeRespStmts(XMLWriter out)
Writes the responsibility statements.

Parameters:
out - WordHoard XML output file writer.

writePublicationStmt

public void writePublicationStmt(XMLWriter out,
                                 org.w3c.dom.Document document)
Writes the publication statement.

Parameters:
out - WordHoard XML output file writer.
document - Parsed document.