Element<T,Z>
A
, Abbr
, Address
, Area
, Article
, Aside
, Audio
, B
, Base
, Bdo
, Blockquote
, Body
, Br
, Button
, Canvas
, Caption
, Cite
, Code
, Col
, Colgroup
, Command
, Datalist
, Dd
, Del
, Details
, Dfn
, Dialog
, Div
, Dl
, Dt
, Em
, Embed
, Fieldset
, Figure
, Footer
, Form
, H1
, H2
, H3
, H4
, H5
, H6
, Head
, Header
, Hgroup
, Hr
, Html
, I
, Iframe
, Img
, Input
, Ins
, Kbd
, Keygen
, Label
, Legend
, Li
, Link
, Map
, Mark
, Mathml
, Menu
, Meta
, Meter
, Nav
, Noscript
, Object
, Ol
, Optgroup
, Option
, Output
, P
, Param
, Pre
, Progress
, Q
, Rp
, Rt
, Ruby
, Samp
, Script
, Section
, Select
, Small
, Source
, Span
, Strong
, Style
, Sub
, Sup
, Svg
, Table
, Tbody
, Td
, Text
, Textarea
, Tfoot
, Th
, Thead
, Time
, Title
, Tr
, Ul
, Var
, Video
public abstract class AbstractElement<T extends Element,Z extends Element> extends Object implements Element<T,Z>
Modifier and Type | Field | Description |
---|---|---|
protected int |
depth |
|
protected String |
name |
|
protected Z |
parent |
|
protected ElementVisitor |
visitor |
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractElement(ElementVisitor visitor,
String name,
int depth) |
|
protected |
AbstractElement(Z parent,
String name) |
|
protected |
AbstractElement(Z var1,
String var2,
int var3) |
Modifier and Type | Method | Description |
---|---|---|
int |
getDepth() |
|
String |
getName() |
|
Z |
getParent() |
|
ElementVisitor |
getVisitor() |
|
Z |
º() |
protected String name
protected ElementVisitor visitor
protected int depth
protected AbstractElement(ElementVisitor visitor, String name, int depth)
public String getName()
public Z getParent()
public ElementVisitor getVisitor()
Copyright © 2018. All rights reserved.