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 XMLFilterNodeConstructor.makeNode()static XMLFilterNodeConstructor.pushNodeConsumer(Consumer out) static XMLFilterNodeConstructor.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 voidXMLParser.parse(gnu.kawa.io.InPort in, SourceMessages messages, XMLFilter filter) static void