@Deprecated public interface FilterCallback
Modifier and Type | Method and Description |
---|---|
boolean |
childCommentAllowed(Element parent,
Comment comment)
Deprecated.
whether the specified child comment for the specified parent element is allowed through the filter.
|
boolean |
childElementAllowed(Element parent,
Element child)
Deprecated.
whether the specified child element for the specified parent element is allowed through the filter.
|
boolean |
childTextAllowed(Element parent,
Text text)
Deprecated.
whether the specified text for the specified parent element is allowed through the filter.
|
boolean childElementAllowed(Element parent, Element child)
boolean childCommentAllowed(Element parent, Comment comment)