Uses of Class
com.fasterxml.jackson.dataformat.xml.XmlFactory

Packages that use XmlFactory
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. 
 

Uses of XmlFactory in com.fasterxml.jackson.dataformat.xml
 

Methods in com.fasterxml.jackson.dataformat.xml that return XmlFactory
 XmlFactory XmlFactory.configure(FromXmlParser.Feature f, boolean state)
          Method for enabling or disabling specified XML parser feature.
 XmlFactory XmlFactory.configure(ToXmlGenerator.Feature f, boolean state)
          Method for enabling or disabling specified XML generator feature.
 XmlFactory XmlFactory.copy()
          Note: compared to base implementation by JsonFactory, here the copy will actually share underlying XML input and output factories, as there is no way to make copies of those.
 XmlFactory XmlFactory.disable(FromXmlParser.Feature f)
          Method for disabling specified XML parser feature.
 XmlFactory XmlFactory.disable(ToXmlGenerator.Feature f)
          Method for disabling specified XML generator feature.
 XmlFactory XmlFactory.enable(FromXmlParser.Feature f)
          Method for enabling specified XML parser feature.
 XmlFactory XmlFactory.enable(ToXmlGenerator.Feature f)
          Method for enabling specified XML generator feature.
 XmlFactory XmlMapper.getFactory()
           
 XmlFactory XmlMapper.getJsonFactory()
          Deprecated. Since 2.1, use XmlMapper.getFactory() instead
 

Constructors in com.fasterxml.jackson.dataformat.xml with parameters of type XmlFactory
XmlMapper(XmlFactory xmlFactory)
           
XmlMapper(XmlFactory xmlFactory, JacksonXmlModule module)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.