public static interface HamletSpec._InsDel
Modifier and Type | Method and Description |
---|---|
HamletSpec.DEL |
del()
Add a DEL (delete) element.
|
HamletSpec._InsDel |
del(String cdata)
Add a complete DEL element.
|
HamletSpec.INS |
ins()
Add an INS (insert) element.
|
HamletSpec._InsDel |
ins(String cdata)
Add a complete INS element.
|
HamletSpec.INS ins()
HamletSpec._InsDel ins(String cdata)
cdata
- inserted dataHamletSpec.DEL del()
HamletSpec._InsDel del(String cdata)
cdata
- deleted dataCopyright © 2008–2019 Apache Software Foundation. All rights reserved.