Uses of Interface
org.jvnet.fastinfoset.sax.FastInfosetWriter
-
Packages that use FastInfosetWriter Package Description com.sun.xml.fastinfoset.sax com.sun.xml.fastinfoset.streambuffer -
-
Uses of FastInfosetWriter in com.sun.xml.fastinfoset.sax
Classes in com.sun.xml.fastinfoset.sax that implement FastInfosetWriter Modifier and Type Class Description classSAXDocumentSerializerThe Fast Infoset SAX serializer.classSAXDocumentSerializerWithPrefixMappingThe Fast Infoset SAX serializer that maps prefixes to user specified prefixes that are specified in a namespace URI to prefix map. -
Uses of FastInfosetWriter in com.sun.xml.fastinfoset.streambuffer
Fields in com.sun.xml.fastinfoset.streambuffer declared as FastInfosetWriter Modifier and Type Field Description (package private) FastInfosetWriterFastInfosetWriterSAXBufferProcessor. _writerReference to Fast Infoset writer.Methods in com.sun.xml.fastinfoset.streambuffer with parameters of type FastInfosetWriter Modifier and Type Method Description voidFastInfosetWriterSAXBufferProcessor. process(com.sun.xml.stream.buffer.XMLStreamBuffer buffer, FastInfosetWriter writer)voidFastInfosetWriterSAXBufferProcessor. process(FastInfosetWriter writer)
-