Class CommentFilter

java.lang.Object
dev.metaschema.databind.io.xml.CommentFilter
All Implemented Interfaces:
EventFilter

public class CommentFilter extends Object implements 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 Details

    • CommentFilter

      public CommentFilter()
  • Method Details