All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jvnet.fastinfoset.sax.FastInfosetWriter Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.jvnet.fastinfoset.sax;

import org.jvnet.fastinfoset.FastInfosetSerializer;
import org.xml.sax.ContentHandler;
import org.xml.sax.ext.LexicalHandler;

public interface FastInfosetWriter extends ContentHandler, LexicalHandler, 
        EncodingAlgorithmContentHandler, PrimitiveTypeContentHandler,
        RestrictedAlphabetContentHandler, ExtendedContentHandler,
        FastInfosetSerializer {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy