Class ProcessingInstructions
java.lang.Object
com.foursoft.harness.navext.runtime.io.write.xmlmeta.processinginstructions.ProcessingInstructions
ProcessingInstructions allows adding XML-ProcessingInstructions to the output file.
The ProcessingInstructions are linked to JAXB elements and added directly before the xml-element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) voidput(Object key, ProcessingInstruction... processingInstruction) voidput(Object key, List<ProcessingInstruction> processingInstruction)
-
Constructor Details
-
ProcessingInstructions
public ProcessingInstructions()
-
-
Method Details
-
containsKey
-
get
-
put
-