Constructor XMLFilter
XMLFilter()
Construct an empty XML filter, with no parent.
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 IXMLReader.
Declaration
public XMLFilter()
See Also
XMLFilter(IXMLReader)
Construct an XML filter with the specified parent.
Declaration
public XMLFilter(IXMLReader parent)
Parameters
Type | Name | Description |
---|---|---|
IXMLReader | parent | The parent |