XMLFilterImpl.this

Construct an empty XML filter, with no parent.

<p>This filter will have no parent: you must assign a parent before you start a parse or do any configuration with setFeature or setProperty, unless you use this as a pure event consumer rather than as an {@link XMLReader}.</p>

@see org.xml.sax.XMLReader#setFeature @see org.xml.sax.XMLReader#setProperty @see #setParent

  1. this()
    class XMLFilterImpl(Ch = char)
    this
    ()
  2. this(XMLReader parent)

Meta