| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToXmlGenerator | |
|---|---|
| com.fasterxml.jackson.dataformat.xml | Package that contains XML-based backends which can serialize POJOs to and deserialize from XML, using Stax XML parsers and generators for XML processing and mostly standard Jackson data binding otherwise. | 
| com.fasterxml.jackson.dataformat.xml.ser | |
| Uses of ToXmlGenerator in com.fasterxml.jackson.dataformat.xml | 
|---|
| Methods in com.fasterxml.jackson.dataformat.xml that return ToXmlGenerator | |
|---|---|
|  ToXmlGenerator | XmlFactory.createGenerator(File f,
                com.fasterxml.jackson.core.JsonEncoding enc) | 
|  ToXmlGenerator | XmlFactory.createGenerator(OutputStream out) | 
|  ToXmlGenerator | XmlFactory.createGenerator(OutputStream out,
                com.fasterxml.jackson.core.JsonEncoding enc) | 
|  ToXmlGenerator | XmlFactory.createGenerator(Writer out) | 
|  ToXmlGenerator | XmlFactory.createJsonGenerator(File f,
                    com.fasterxml.jackson.core.JsonEncoding enc) | 
|  ToXmlGenerator | XmlFactory.createJsonGenerator(OutputStream out,
                    com.fasterxml.jackson.core.JsonEncoding enc)note: co-variant return type | 
|  ToXmlGenerator | XmlFactory.createJsonGenerator(Writer out) | 
| Uses of ToXmlGenerator in com.fasterxml.jackson.dataformat.xml.ser | 
|---|
| Methods in com.fasterxml.jackson.dataformat.xml.ser that return ToXmlGenerator | |
|---|---|
|  ToXmlGenerator | ToXmlGenerator.configure(ToXmlGenerator.Feature f,
          boolean state) | 
|  ToXmlGenerator | ToXmlGenerator.disable(ToXmlGenerator.Feature f) | 
|  ToXmlGenerator | ToXmlGenerator.enable(ToXmlGenerator.Feature f) | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||