public class HtmlLayoutChange extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HtmlLayoutChange.Type
Either an HTML was introduced in the new output, or it was deleted
(but the text in-between the opening and closing tag is the same).
|
| Constructor and Description |
|---|
HtmlLayoutChange()
Default contructor that justs inserts sane values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndingTag()
Getter for the ending tag.
|
String |
getOpeningTag()
Getter for the opening tag.
|
HtmlLayoutChange.Type |
getType()
Getter for the type.
|
void |
setEndingTag(String endingTag)
Setter for the ending tag.
|
void |
setOpeningTag(String openingTag)
Setter for the opening tag.
|
void |
setType(HtmlLayoutChange.Type type)
Setter for the type.
|
public HtmlLayoutChange()
public HtmlLayoutChange.Type getType()
public void setType(HtmlLayoutChange.Type type)
type - the type to setpublic String getOpeningTag()
public void setOpeningTag(String openingTag)
openingTag - the openingTag to setpublic String getEndingTag()
public void setEndingTag(String endingTag)
endingTag - the endingTag to setCopyright © 2022. All rights reserved.