|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Creates a new Tag with the specified id and with causesBreak and isBlock set to false . |
String, |
Documentation changed from old to new. |
Creates a new Tag with the specified id ; causesBreak and isBlock are defined by the user. |
void ) |
Documentation changed from old to new. |
@since 1.3 |
Changed Methods | ||
boolean breaksFlow() |
Documentation changed from old to new. |
Returns true if this tag causes a line break to the flow of data otherwise returns false . |
boolean isBlock() |
Documentation changed from old to new. |
Returns true if this tag is a block tag which is a tag used to add structure to a document. |
boolean isPreformatted() |
Documentation changed from old to new. |
Returns true if this tag is pre-formatted which is true if the tag is either PRE or TEXTAREA . |
String toString() |
Documentation changed from old to new. |
Returns the string representation of the tag. |
Changed Fields | ||
Tag COMMENT |
Documentation changed from old to new. |
All comments are labeled with this tag. |
Tag CONTENT |
Documentation changed from old to new. |
All text content is labeled with this tag. |
Tag IMPLIED |
Documentation changed from old to new. |
All text content must be in a paragraph element. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |