public class HTMLElementFactory extends AbstractElementFactory
| Modifier and Type | Class and Description |
|---|---|
static class |
HTMLElementFactory.DefaultElement |
| Constructor and Description |
|---|
HTMLElementFactory(org.drools.runtime.StatefulKnowledgeSession ksession)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AbbrTag |
createAbbrTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >ABBR< tag
|
AcronymTag |
createAcronymTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >ACRONYM< tag
|
AddressTag |
createAddressTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >ADDRESS< tag
|
AppletTag |
createAppletTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >APPLET< tag
|
AreaTag |
createAreaTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >AREA< tag
|
ATag |
createATag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >A< tag
|
BasefontTag |
createBasefontTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BASEFONT< tag
|
BaseTag |
createBaseTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BASE< tag
|
BdoTag |
createBdoTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BDO< tag
|
BigTag |
createBigTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BIG< tag
|
BlockquoteTag |
createBlockquoteTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BLOCKQUOTE< tag
|
BodyTag |
createBodyTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BODY< tag
|
BrTag |
createBrTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BR< tag
|
BTag |
createBTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >B< tag
|
ButtonTag |
createButtonTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >BUTTON< tag
|
CaptionTag |
createCaptionTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >CAPTION< tag
|
CenterTag |
createCenterTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >CENTER< tag
|
CiteTag |
createCiteTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >CITE< tag
|
CodeTag |
createCodeTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >CODE< tag
|
ColgroupTag |
createColgroupTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >COLGROUP< tag
|
ColTag |
createColTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >COL< tag
|
DdTag |
createDdTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DD< tag
|
DelTag |
createDelTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DEL< tag
|
DfnTag |
createDfnTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DFN< tag
|
DirTag |
createDirTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DIR< tag
|
DivTag |
createDivTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DIV< tag
|
DlTag |
createDlTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DL< tag
|
DtTag |
createDtTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >DT< tag
|
EmTag |
createEmTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >EM< tag
|
FieldsetTag |
createFieldsetTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >FIELDSET< tag
|
FontTag |
createFontTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >FONT< tag
|
FormTag |
createFormTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >FORM< tag
|
FramesetTag |
createFramesetTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >FRAMESET< tag
|
FrameTag |
createFrameTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >FRAME< tag
|
H1Tag |
createH1Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H1< tag
|
H2Tag |
createH2Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H2< tag
|
H3Tag |
createH3Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H3< tag
|
H4Tag |
createH4Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H4< tag
|
H5Tag |
createH5Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H5< tag
|
H6Tag |
createH6Tag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >H6< tag
|
HeadTag |
createHeadTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >HEAD< tag
|
HrTag |
createHrTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >HR< tag
|
HtmlTag |
createHtmlTag(BigInteger id,
Properties attributes)
Creates new >HTML< tag
|
IframeTag |
createIframeTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >IFRAME< tag
|
ImgTag |
createImgTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >IMG< tag
|
InputTag |
createInputTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >INPUT< tag
|
InsTag |
createInsTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >INS< tag
|
IsindexTag |
createIsindexTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >ISINDEX< tag
|
ITag |
createITag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >I< tag
|
KbdTag |
createKbdTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >KBD< tag
|
LabelTag |
createLabelTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >LABEL< tag
|
LinkTag |
createLinkTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >LINK< tag
|
LiTag |
createLiTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >LI< tag
|
MapTag |
createMapTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >MAP< tag
|
MenuTag |
createMenuTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >MENU< tag
|
MetaTag |
createMetaTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >META< tag
|
NoframesTag |
createNoframesTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >NOFRAMES< tag
|
NoscriptTag |
createNoscriptTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >NOSCRIPT< tag
|
ObjectTag |
createObjectTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >OBJECT< tag
|
OlTag |
createOlTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >OL< tag
|
OptgroupTag |
createOptgroupTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >OPTGROUP< tag
|
OptionTag |
createOptionTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >OPTION< tag
|
ParamTag |
createParamTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >PARAM< tag
|
PreTag |
createPreTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >PRE< tag
|
PTag |
createPTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >P< tag
|
QTag |
createQTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >Q< tag
|
SampTag |
createSampTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SAMP< tag
|
ScriptTag |
createScriptTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SCRIPT< tag
|
SelectTag |
createSelectTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SELECT< tag
|
SmallTag |
createSmallTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SMALL< tag
|
SpanTag |
createSpanTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SPAN< tag
|
STag |
createSTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >S< tag
|
StrikeTag |
createStrikeTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >STRIKE< tag
|
StrongTag |
createStrongTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >STRONG< tag
|
StyleTag |
createStyleTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >STYLE< tag
|
SubTag |
createSubTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SUB< tag
|
SupTag |
createSupTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >SUP< tag
|
TableTag |
createTableTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TABLE< tag
|
HtmlElement |
createTag(BigInteger id,
String name,
HtmlElement parent,
Properties attributes)
Creates a generic tag if none of previous is applicable
|
TbodyTag |
createTbodyTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TBODY< tag
|
TdTag |
createTdTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TD< tag
|
TextareaTag |
createTextareaTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TEXTAREA< tag
|
TfootTag |
createTfootTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TFOOT< tag
|
TheadTag |
createTheadTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >THEAD< tag
|
ThTag |
createThTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TH< tag
|
TitleTag |
createTitleTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TITLE< tag
|
TrTag |
createTrTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TR< tag
|
TtTag |
createTtTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >TT< tag
|
UlTag |
createUlTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >UL< tag
|
UTag |
createUTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >U< tag
|
VarTag |
createVarTag(BigInteger id,
HtmlElement parent,
Properties attributes)
Creates new >VAR< tag
|
void |
insertElement(HtmlElement element)
Inserts HtmlElement using this ElementFactory
|
createFactory, getElements, getSession, insertElement, insertEvent, setAsGlobal, setGlobalpublic HTMLElementFactory(org.drools.runtime.StatefulKnowledgeSession ksession)
ksession - knowledge session to insert elements topublic void insertElement(HtmlElement element)
element - HtmlElement to insertpublic ATag createATag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic AbbrTag createAbbrTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic AcronymTag createAcronymTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic AddressTag createAddressTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic AppletTag createAppletTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic AreaTag createAreaTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BTag createBTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BaseTag createBaseTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BasefontTag createBasefontTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BdoTag createBdoTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BigTag createBigTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BlockquoteTag createBlockquoteTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BodyTag createBodyTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic BrTag createBrTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ButtonTag createButtonTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic CaptionTag createCaptionTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic CenterTag createCenterTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic CiteTag createCiteTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic CodeTag createCodeTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ColTag createColTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ColgroupTag createColgroupTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DdTag createDdTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DelTag createDelTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DfnTag createDfnTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DirTag createDirTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DivTag createDivTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DlTag createDlTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic DtTag createDtTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic EmTag createEmTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic FieldsetTag createFieldsetTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic FontTag createFontTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic FormTag createFormTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic FrameTag createFrameTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic FramesetTag createFramesetTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H1Tag createH1Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H2Tag createH2Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H3Tag createH3Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H4Tag createH4Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H5Tag createH5Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic H6Tag createH6Tag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic HeadTag createHeadTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic HrTag createHrTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic HtmlTag createHtmlTag(BigInteger id, Properties attributes)
id - id of the tagattributes - attributes of the tagpublic ITag createITag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic IframeTag createIframeTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ImgTag createImgTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic InputTag createInputTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic InsTag createInsTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic IsindexTag createIsindexTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic KbdTag createKbdTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic LabelTag createLabelTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic LinkTag createLinkTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic LiTag createLiTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic MapTag createMapTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic MenuTag createMenuTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic MetaTag createMetaTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic NoframesTag createNoframesTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic NoscriptTag createNoscriptTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ObjectTag createObjectTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic OlTag createOlTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic OptgroupTag createOptgroupTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic OptionTag createOptionTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic PTag createPTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ParamTag createParamTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic PreTag createPreTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic QTag createQTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic STag createSTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SampTag createSampTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ScriptTag createScriptTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SelectTag createSelectTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SmallTag createSmallTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SpanTag createSpanTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic StrikeTag createStrikeTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic StrongTag createStrongTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic StyleTag createStyleTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SubTag createSubTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic SupTag createSupTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TableTag createTableTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TbodyTag createTbodyTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TdTag createTdTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TextareaTag createTextareaTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TfootTag createTfootTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TheadTag createTheadTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic ThTag createThTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TitleTag createTitleTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TrTag createTrTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic TtTag createTtTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic UTag createUTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic UlTag createUlTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic VarTag createVarTag(BigInteger id, HtmlElement parent, Properties attributes)
id - id of the tagparent - parent of the tagattributes - attributes of the tagpublic HtmlElement createTag(BigInteger id, String name, HtmlElement parent, Properties attributes)
id - id of the tagname - a the tagparent - parent of the tagattributes - attributes of the tagCopyright © 2012. All Rights Reserved.