Uses of Class
gnu.xml.XMLFilter
Packages that use XMLFilter
-
Uses of XMLFilter in gnu.kawa.xml
Methods in gnu.kawa.xml that return XMLFilterModifier and TypeMethodDescriptionstatic XMLFilter
NodeConstructor.makeNode()
static XMLFilter
NodeConstructor.pushNodeConsumer
(Consumer out) static XMLFilter
NodeConstructor.pushNodeContext
(CallContext ctx) Methods in gnu.kawa.xml with parameters of type XMLFilter -
Uses of XMLFilter in gnu.xml
Modifier and TypeMethodDescriptionXMLFilter.append
(char c) XMLFilter.append
(CharSequence csq) XMLFilter.append
(CharSequence csq, int start, int end) Modifier and TypeMethodDescriptionstatic void
XMLParser.parse
(gnu.kawa.io.InPort in, SourceMessages messages, XMLFilter filter) static void