org.jvnet.fastinfoset.sax
Interface FastInfosetWriter

All Superinterfaces:
org.xml.sax.ContentHandler, EncodingAlgorithmContentHandler, ExtendedContentHandler, FastInfosetSerializer, org.xml.sax.ext.LexicalHandler, PrimitiveTypeContentHandler, RestrictedAlphabetContentHandler
All Known Implementing Classes:
SAXDocumentSerializer, SAXDocumentSerializerWithPrefixMapping

public interface FastInfosetWriter
extends org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, EncodingAlgorithmContentHandler, PrimitiveTypeContentHandler, RestrictedAlphabetContentHandler, ExtendedContentHandler, FastInfosetSerializer


Field Summary
 
Fields inherited from interface org.jvnet.fastinfoset.FastInfosetSerializer
ATTRIBUTE_VALUE_MAP_MEMORY_CONSTRAINT, ATTRIBUTE_VALUE_SIZE_CONSTRAINT, BUFFER_SIZE_PROPERTY, CHARACTER_CONTENT_CHUNK_MAP_MEMORY_CONSTRAINT, CHARACTER_CONTENT_CHUNK_SIZE_CONSTRAINT, EXTERNAL_VOCABULARIES_PROPERTY, IGNORE_COMMENTS_FEATURE, IGNORE_DTD_FEATURE, IGNORE_PROCESSING_INSTRUCTIONS_FEATURE, IGNORE_WHITE_SPACE_TEXT_CONTENT_FEATURE, REGISTERED_ENCODING_ALGORITHMS_PROPERTY, UTF_16BE, UTF_8
 
Method Summary
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.jvnet.fastinfoset.sax.EncodingAlgorithmContentHandler
object, octets
 
Methods inherited from interface org.jvnet.fastinfoset.sax.PrimitiveTypeContentHandler
booleans, bytes, doubles, floats, ints, longs, shorts, uuids
 
Methods inherited from interface org.jvnet.fastinfoset.sax.RestrictedAlphabetContentHandler
alphabetCharacters, dateTimeCharacters, numericCharacters
 
Methods inherited from interface org.jvnet.fastinfoset.sax.ExtendedContentHandler
characters
 
Methods inherited from interface org.jvnet.fastinfoset.FastInfosetSerializer
getAttributeValueMapMemoryLimit, getAttributeValueSizeLimit, getCharacterContentChunkMapMemoryLimit, getCharacterContentChunkSizeLimit, getCharacterEncodingScheme, getIgnoreComments, getIgnoreDTD, getIgnoreProcesingInstructions, getIgnoreWhiteSpaceTextContent, getRegisteredEncodingAlgorithms, getVocabularyApplicationData, reset, setAttributeValueMapMemoryLimit, setAttributeValueSizeLimit, setCharacterContentChunkMapMemoryLimit, setCharacterContentChunkSizeLimit, setCharacterEncodingScheme, setExternalVocabulary, setIgnoreComments, setIgnoreDTD, setIgnoreProcesingInstructions, setIgnoreWhiteSpaceTextContent, setOutputStream, setRegisteredEncodingAlgorithms, setVocabularyApplicationData