Package | Description |
---|---|
com.pd4ml.html.doc.elements |
Modifier and Type | Class and Description |
---|---|
class |
BlockElement |
class |
FootnoteElement |
class |
FootnoteRefElement |
class |
IFrameElement |
class |
ImageElement |
class |
InlineElement |
class |
InlineElementAppend |
class |
InputElement |
class |
OptionElement |
class |
PageHeaderElement |
class |
SelectElement |
class |
TableCaptionElement |
class |
TableCellElement |
class |
TableColElement |
class |
TableColgroupElement |
class |
TableElement |
class |
TablePartElement |
class |
TableRowElement |
class |
TableSectionElement |
class |
TextareaElement |
Modifier and Type | Method and Description |
---|---|
BranchElement |
Element.getBlock() |
BranchElement |
Element.getParent() |
BranchElement |
AbstractElement.getParent() |
BranchElement |
FootnoteElement.getRef() |
BranchElement |
FootnoteRefElement.getRef() |
Modifier and Type | Method and Description |
---|---|
int |
BranchElement.getPositionInList(BranchElement listItem) |
void |
Element.setParent(BranchElement blockElement) |
void |
AbstractElement.setParent(BranchElement element) |
void |
FootnoteElement.setRef(BranchElement ref) |
void |
FootnoteRefElement.setRef(BranchElement ref) |
Constructor and Description |
---|
AbstractElement(BranchElement parent,
Style style,
HtmlTag tag,
Document document) |
BlockElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
BranchElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
ContentElement(BranchElement parent,
HtmlTag tag,
String text,
Document document,
ContentElement prevContent) |
EmbeddedElement(BranchElement parent,
Style props,
HtmlTag tag,
CustomTag handler,
Document document) |
EmptyBlockElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
FootnoteElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
FootnoteRefElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
HTMLEl(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
IFrameElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
ImageElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InlineElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InlineElementAppend(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
InputElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
LeafElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
LineBreakElement(BranchElement parent,
Style props,
Document document) |
OptionElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
PageBreakElement(BranchElement parent,
Style props,
Document document) |
PageHeaderElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
PageNumberElement(BranchElement parent,
Style props,
Document document) |
SelectElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
TableCaptionElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document) |
TableCellElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableColElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableColgroupElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableRowElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TableSectionElement(BranchElement parent,
Style props,
HtmlTag tag,
com.pd4ml.css.CSSName disp,
Document document,
boolean implicit) |
TextareaElement(BranchElement parent,
Style props,
HtmlTag tag,
Document document) |
Revision 4.0.15 / 20220727-0149