public interface XMLFilter extends XMLReader
This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY. See http://www.saxproject.org for further information.
XML过滤器就像一个XML读取器,除了它从另一个XML读取器获取其事件,而不是像XML文档或数据库那样的主要源。 过滤器可以在传递到最终应用程序时修改事件流。
该XMLFilterImpl辅助类为创建SAX2过滤器,通过将所有的便利基地EntityResolver
, DTDHandler
, ContentHandler
和ErrorHandler
自动事件。
XMLFilterImpl
Modifier and Type | Method and Description |
---|---|
XMLReader |
getParent()
得到父母的读者。
|
void |
setParent(XMLReader parent)
设置父级阅读器。
|
getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getProperty, parse, parse, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setProperty
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.