Class MarkupTool.Tag
java.lang.Object
org.apache.velocity.tools.generic.MarkupTool.Tag
- Enclosing class:
- MarkupTool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()booleanisEmpty()booleanisOrphan()booleanmatches(MarkupTool.Tag tag) protected booleanprotected booleanorphan()parent()parent(MarkupTool.Tag parent) protected voidrender(String indent, StringBuilder s) rendering methodsprotected voidprotected voidrender_body(String indent, StringBuilder s) protected voidprotected voidrender_end(String indent, StringBuilder s) protected voidprotected voidprotected booleanrender_start(String indent, StringBuilder s) root()toString()
-
Field Details
-
tool
-
parent
-
name
-
id
-
classes
-
attributes
-
children
-
-
Constructor Details
-
Tag
-
-
Method Details
-
name
-
id
-
addClass
-
attr
-
body
-
append
-
prepend
-
wrap
-
orphan
-
parent
-
parent
-
root
-
children
-
isOrphan
public boolean isOrphan() -
isEmpty
public boolean isEmpty() -
matches
-
missed
-
missed
-
render
rendering methods -
render_start
-
render_name
-
render_id
-
render_classes
-
render_attributes
-
render_body
-
render_end
-
toString
-