|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConversionRule | |
gov.nist.nlpir.irf.conversion | classes that support the transformation of raw document data into document objects and their component objects |
Uses of ConversionRule in gov.nist.nlpir.irf.conversion |
Fields in gov.nist.nlpir.irf.conversion declared as ConversionRule | |
(package private) ConversionRule |
Sgml2AppDocConverter.defaultRule
Working rule used in start state and when no rule is found for a tag. |
ConversionRule |
Sgml2AppDocConverter.InField.rule
|
Methods in gov.nist.nlpir.irf.conversion that return ConversionRule | |
ConversionRule |
ConversionRules.findRuleForTag(java.lang.String tag)
Takes a tag string and looks through ConversionRules until it finds a rule with the same tag and returns the rule or finds no rule with the same tag and so returns null. |
Methods in gov.nist.nlpir.irf.conversion with parameters of type ConversionRule | |
void |
ConversionRules.addRule(ConversionRule cr)
Adds a conversion rule to the dictionary |
Constructors in gov.nist.nlpir.irf.conversion with parameters of type ConversionRule | |
Sgml2AppDocConverter.InField.Sgml2AppDocConverter.InField(java.lang.String tag,
ConversionRule rule)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |