public static class XmlCompression.Options
extends java.lang.Object
XML compress options.
Constructor and Description |
---|
Options() |
Modifier and Type | Method and Description |
---|---|
boolean |
getDropComments()
Return XML compression should drop XML comments.
|
boolean |
getDropMixed()
Return XML compression should drop text from "mixed" nodes (elements with both text and element children).
|
void |
setDropComments(boolean value)
Set XML compression should drop XML comments.
|
void |
setDropMixed(boolean value)
Set XML compression should drop text from "mixed" nodes (elements with both text and element children).
|
public boolean getDropComments()
Return XML compression should drop XML comments.
public boolean getDropMixed()
Return XML compression should drop text from "mixed" nodes (elements with both text and element children).
public void setDropComments(boolean value)
Set XML compression should drop XML comments.
value
- XML compression should drop XML comments.public void setDropMixed(boolean value)
Set XML compression should drop text from "mixed" nodes (elements with both text and element children).
value
- XML compression should drop text from "mixed" nodes (elements with both text and element children).