|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.tools.cm.Rules
public class Rules
Rules.
Constructor Summary | |
---|---|
Rules(java.lang.String path)
Creates a new rules object. |
Method Summary | |
---|---|
java.util.List |
getAuthors(org.w3c.dom.Document document,
java.lang.String fileName)
Gets the authors. |
java.lang.String |
getCorpusTag()
Gets the corpus tag. |
Style |
getFootnoteReferenceStyle()
Gets the footnote reference style. |
Style |
getFootnoteStyle()
Gets the footnote style. |
java.util.Map |
getHeaderValues(org.w3c.dom.Document document,
java.lang.String fileName)
Gets the work header values. |
Style |
getRendAttributeStyle(org.w3c.dom.Element el)
Gets the style for a rend attribute. |
TextElementRule |
getTextElementRule(org.w3c.dom.Element el)
Gets a text element rule. |
java.lang.String |
getTextPath()
Gets the text path. |
TitlePageRules |
getTitlePageRules()
Gets the title page rules. |
java.lang.String |
getWorkPartTitle(org.w3c.dom.Element el)
Gets a work part title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Rules(java.lang.String path) throws java.lang.Exception
path
- Path to XML parameters file.
java.lang.Exception
Method Detail |
---|
public java.lang.String getCorpusTag()
public TitlePageRules getTitlePageRules()
public java.util.Map getHeaderValues(org.w3c.dom.Document document, java.lang.String fileName)
document
- XML document.fileName
- File name.
public java.util.List getAuthors(org.w3c.dom.Document document, java.lang.String fileName)
document
- XML document.fileName
- File name.
public java.lang.String getTextPath()
public TextElementRule getTextElementRule(org.w3c.dom.Element el)
el
- Element.
public java.lang.String getWorkPartTitle(org.w3c.dom.Element el)
el
- Element.
public Style getRendAttributeStyle(org.w3c.dom.Element el)
el
- Element.
public Style getFootnoteReferenceStyle()
public Style getFootnoteStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |