Uses of Interface
com.helger.xml.microdom.IMicroProcessingInstruction
-
Packages that use IMicroProcessingInstruction Package Description com.helger.xml.microdom -
-
Uses of IMicroProcessingInstruction in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroProcessingInstruction Modifier and Type Class Description classMicroProcessingInstructionDefault implementation of theIMicroProcessingInstructioninterface.Methods in com.helger.xml.microdom that return IMicroProcessingInstruction Modifier and Type Method Description default IMicroProcessingInstructionIMicroNode. appendProcessingInstruction(String sTarget, String sData)Append a processing instruction to this node.IMicroProcessingInstructionIMicroProcessingInstruction. getClone()IMicroProcessingInstructionMicroProcessingInstruction. getClone()
-