Uses of Interface
tools.jackson.dataformat.xml.ser.XmlGeneratorWritable
Packages that use XmlGeneratorWritable
-
Uses of XmlGeneratorWritable in tools.jackson.dataformat.xml.ser
Subinterfaces of XmlGeneratorWritable in tools.jackson.dataformat.xml.serModifier and TypeInterfaceDescriptioninterfaceBase API for XML nodes -- Comments, DTDs, Processing Instructions -- to be written in Document Prolog (before actual XML Document (root node), after optional XML Declaration).Classes in tools.jackson.dataformat.xml.ser that implement XmlGeneratorWritableModifier and TypeClassDescriptionfinal recordValue container to represent XML Document Type Declaration, to be written usingXmlGeneratorInitializer.classEntity representing binding from prefix to namespace URI, used to determine prefix to use for given namespace URI (and dynamically adding necessary declarations)final recordValue container to represent XML Comment within Prolog part of the Document (before XML Root element, after XML declaration if one written), to be written usingXmlGeneratorInitializer.final recordValue container to represent XML Processing Instruction (PI) within Prolog part of the Document (before XML Root element, after XML declaration if one written), to be written usingXmlGeneratorInitializer.final recordValue container to represent an attribute to add to the root XML element being written, to be registered viaXmlGeneratorInitializer.addRootAttribute(QName, String)(or its String-name overload).classImmutable entity representing an XML Declaration to write (e.g.