| Class and Description |
|---|
| MicrosoftTagTypes
Use the tag types defined in
MicrosoftConditionalCommentTagTypes instead. |
| Field and Description |
|---|
| net.htmlparser.jericho.MicrosoftTagTypes.DOWNLEVEL_REVEALED_CONDITIONAL_COMMENT |
| net.htmlparser.jericho.Source.LegacyIteratorCompatabilityMode
Modify existing code to explicitly handle CharacterReference segments.
|
| Method and Description |
|---|
| net.htmlparser.jericho.Renderer.isDefaultIndent(String)
No replacement. A
getDefaultIndentText(String htmlElementName) method is not straightforward to implement because this is a static method while the default block indent size is an instance variable. |
| net.htmlparser.jericho.CharacterReference.requiresEncoding(char)
use
Config.CurrentCharacterReferenceEncodingBehaviour instead. |
| net.htmlparser.jericho.Renderer.setDefaultIndent(String, boolean) |