|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.HTMLMarkup
public class HTMLMarkup
Field Summary | |
---|---|
private Content |
contentInfo
|
Constructor Summary | |
---|---|
protected |
HTMLMarkup(Content contentInfo)
|
Method Summary | |
---|---|
int |
getAnchorCount(java.lang.String term)
|
java.util.Iterator |
getAnchorTerms()
Gets the anchorTerms attribute of the HTMLParser object |
int |
getBigCount(java.lang.String term)
|
java.util.Iterator |
getBigTerms()
Gets the bigTerms attribute of the HTMLParser object |
int |
getBoldCount(java.lang.String term)
|
java.util.Iterator |
getBoldTerms()
Gets the boldTerms attribute of the HTMLParser object |
int |
getEmphasizeCount(java.lang.String term)
|
java.util.Iterator |
getEmphasizeTerms()
Gets the emphasizeTerms attribute of the HTMLParser object |
int |
getHeading1Count(java.lang.String term)
|
java.util.Iterator |
getHeading1Terms()
Gets the heading1Terms attribute of the HTMLParser object |
int |
getHeading2Count(java.lang.String term)
|
java.util.Iterator |
getHeading2Terms()
Gets the heading2Terms attribute of the HTMLParser object |
int |
getHeading3Count(java.lang.String term)
|
java.util.Iterator |
getHeading3Terms()
Gets the heading3Terms attribute of the HTMLParser object |
int |
getHeading4Count(java.lang.String term)
|
java.util.Iterator |
getHeading4Terms()
Gets the heading4Terms attribute of the HTMLParser object |
int |
getHeading5Count(java.lang.String term)
|
java.util.Iterator |
getHeading5Terms()
Gets the heading5Terms attribute of the HTMLParser object |
int |
getHeading6Count(java.lang.String term)
|
java.util.Iterator |
getHeading6Terms()
Gets the heading6Terms attribute of the HTMLParser object |
int |
getItalicCount(java.lang.String term)
|
java.util.Iterator |
getItalicTerms()
Gets the italicTerms attribute of the HTMLParser object |
int |
getMetaCount(java.lang.String term)
|
java.util.Iterator |
getMetaTerms()
Gets the italicTerms attribute of the HTMLParser object |
int |
getSmallCount(java.lang.String term)
|
java.util.Iterator |
getSmallTerms()
Gets the smallTerms attribute of the HTMLParser object |
int |
getStrongCount(java.lang.String term)
|
java.util.Iterator |
getStrongTerms()
Gets the strongTerms attribute of the HTMLParser object |
int |
getTitleCount(java.lang.String term)
|
java.util.Iterator |
getTitleTerms()
Gets the titleTerms attribute of the HTMLParser object |
boolean |
isAnchor(java.lang.String word)
Gets the anchor attribute of the HTMLParser object |
boolean |
isBig(java.lang.String word)
Gets the big attribute of the HTMLParser object |
boolean |
isBold(java.lang.String word)
Gets the bold attribute of the HTMLParser object |
boolean |
isEmphasize(java.lang.String word)
Gets the emphasize attribute of the HTMLParser object |
boolean |
isHeading1(java.lang.String word)
Gets the heading1 attribute of the HTMLParser object |
boolean |
isHeading2(java.lang.String word)
Gets the heading2 attribute of the HTMLParser object |
boolean |
isHeading3(java.lang.String word)
Gets the heading3 attribute of the HTMLParser object |
boolean |
isHeading4(java.lang.String word)
Gets the heading4 attribute of the HTMLParser object |
boolean |
isHeading5(java.lang.String word)
Gets the heading5 attribute of the HTMLParser object |
boolean |
isHeading6(java.lang.String word)
Gets the heading6 attribute of the HTMLParser object |
boolean |
isItalic(java.lang.String word)
Gets the italic attribute of the HTMLParser object |
boolean |
isMeta(java.lang.String word)
Gets the small attribute of the HTMLParser object |
boolean |
isSmall(java.lang.String word)
Gets the small attribute of the HTMLParser object |
boolean |
isStrong(java.lang.String word)
Gets the strong attribute of the HTMLParser object |
boolean |
isTitle(java.lang.String word)
Gets the title attribute of the HTMLParser object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Content contentInfo
Constructor Detail |
---|
protected HTMLMarkup(Content contentInfo)
Method Detail |
---|
public boolean isAnchor(java.lang.String word)
word
- Description of the Parameter
public int getAnchorCount(java.lang.String term)
public java.util.Iterator getAnchorTerms()
public boolean isBig(java.lang.String word)
word
- Description of the Parameter
public int getBigCount(java.lang.String term)
public java.util.Iterator getBigTerms()
public boolean isBold(java.lang.String word)
word
- Description of the Parameter
public int getBoldCount(java.lang.String term)
public java.util.Iterator getBoldTerms()
public boolean isEmphasize(java.lang.String word)
word
- Description of the Parameter
public int getEmphasizeCount(java.lang.String term)
public java.util.Iterator getEmphasizeTerms()
public boolean isHeading1(java.lang.String word)
word
- Description of the Parameter
public int getHeading1Count(java.lang.String term)
public java.util.Iterator getHeading1Terms()
public boolean isHeading2(java.lang.String word)
word
- Description of the Parameter
public int getHeading2Count(java.lang.String term)
public java.util.Iterator getHeading2Terms()
public boolean isHeading3(java.lang.String word)
word
- Description of the Parameter
public int getHeading3Count(java.lang.String term)
public java.util.Iterator getHeading3Terms()
public boolean isHeading4(java.lang.String word)
word
- Description of the Parameter
public int getHeading4Count(java.lang.String term)
public java.util.Iterator getHeading4Terms()
public boolean isHeading5(java.lang.String word)
word
- Description of the Parameter
public int getHeading5Count(java.lang.String term)
public java.util.Iterator getHeading5Terms()
public boolean isHeading6(java.lang.String word)
word
- Description of the Parameter
public int getHeading6Count(java.lang.String term)
public java.util.Iterator getHeading6Terms()
public boolean isItalic(java.lang.String word)
word
- Description of the Parameter
public int getItalicCount(java.lang.String term)
public java.util.Iterator getItalicTerms()
public boolean isMeta(java.lang.String word)
word
- Description of the Parameter
public int getMetaCount(java.lang.String term)
public java.util.Iterator getMetaTerms()
public boolean isSmall(java.lang.String word)
word
- Description of the Parameter
public int getSmallCount(java.lang.String term)
public java.util.Iterator getSmallTerms()
public boolean isStrong(java.lang.String word)
word
- Description of the Parameter
public int getStrongCount(java.lang.String term)
public java.util.Iterator getStrongTerms()
public boolean isTitle(java.lang.String word)
word
- Description of the Parameter
public int getTitleCount(java.lang.String term)
public java.util.Iterator getTitleTerms()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |