|
|||||||||
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.HeaderExtractionRule
public class HeaderExtractionRule
A header extraction rule.
Constructor Summary | |
---|---|
HeaderExtractionRule(org.w3c.dom.Element el)
Creates a new header extraction rule. |
Method Summary | |
---|---|
void |
applyRule(java.util.regex.Matcher matcher,
java.util.Map headerValueMap)
Applies the rule. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderExtractionRule(org.w3c.dom.Element el)
el
- Extract element. Method Detail |
---|
public void applyRule(java.util.regex.Matcher matcher, java.util.Map headerValueMap)
matcher
- Matcher.headerValueMap
- Header value map. Maps the names of WordHoard header
items to their values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |