Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tag |
Constructor and Description |
---|
XHTMLBlock(java.lang.String tag)
Creates the XHTMLBlock.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
traverse(Sink sink)
Traverse the block
|
XHTMLBlock(java.lang.String tag)
tag
- the tag, eg: <pre>java.lang.IllegalArgumentException
- if the arguments are null
public final void traverse(Sink sink)
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object