java.lang.Object
dev.metaschema.databind.io.xml.CommentFilter
- All Implemented Interfaces:
EventFilter
An XML event filter that excludes comment events from the event stream.
This filter is used during XML parsing to skip over comment nodes, allowing the parser to focus only on meaningful content.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommentFilter
public CommentFilter()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceEventFilter
-