@Deprecated public class Filter extends Object implements FilterCallback
| Constructor and Description |
|---|
Filter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
childCommentAllowed(Element parent,
Comment comment)
Deprecated.
satisfies FilerCallback interface.
|
boolean |
childElementAllowed(Element parent,
Element child)
Deprecated.
satisfies FilerCallback interface.
|
boolean |
childTextAllowed(Element parent,
Text text)
Deprecated.
satisfies FilerCallback interface.
|
public boolean childElementAllowed(Element parent, Element child)
childElementAllowed in interface FilterCallbackpublic boolean childCommentAllowed(Element parent, Comment comment)
childCommentAllowed in interface FilterCallbackpublic boolean childTextAllowed(Element parent, Text text)
childTextAllowed in interface FilterCallback