Uses of Interface
tools.jackson.dataformat.xml.ser.PrologDirective
Packages that use PrologDirective
-
Uses of PrologDirective in tools.jackson.dataformat.xml.ser
Classes in tools.jackson.dataformat.xml.ser that implement PrologDirectiveModifier and TypeClassDescriptionfinal recordValue container to represent XML Document Type Declaration, to be written usingXmlGeneratorInitializer.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.Fields in tools.jackson.dataformat.xml.ser with type parameters of type PrologDirectiveModifier and TypeFieldDescriptionprotected List<PrologDirective>XmlGeneratorInitializer._directivesProlog Directives to pass for generator to write.protected List<PrologDirective>ToXmlGenerator._prologDirectivesXML directives (DTD, Comments, PIs) to write, if any.Methods in tools.jackson.dataformat.xml.ser with parameters of type PrologDirectiveModifier and TypeMethodDescriptionprotected XmlGeneratorInitializerXmlGeneratorInitializer._add(PrologDirective d) Method parameters in tools.jackson.dataformat.xml.ser with type arguments of type PrologDirectiveModifier and TypeMethodDescriptionvoidToXmlGenerator.initDocument(XmlDeclaration xmlDeclaration, boolean lfBetweenPrologDirectives, List<PrologDirective> directives, List<NamespaceBinding> nsBindings, List<RootAttribute> rootAttributes) Method called byXmlGeneratorInitializerto inject necessary configuration like Prolog Directives and namespace bindings.