Uses of Interface
org.loboevolution.html.node.ProcessingInstruction
Packages that use ProcessingInstruction
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of ProcessingInstruction in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement ProcessingInstructionModifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Methods in org.loboevolution.apache.xml.dtm.ref that return ProcessingInstructionModifier and TypeMethodDescriptionfinal ProcessingInstruction
DTMNodeProxy.createProcessingInstruction
(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data. -
Uses of ProcessingInstruction in org.loboevolution.html.dom.domimpl
Classes in org.loboevolution.html.dom.domimpl that implement ProcessingInstructionModifier and TypeClassDescriptionclass
HTML DOM object representing processing instruction as per HTML 4.0 specification. -
Uses of ProcessingInstruction in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl that return ProcessingInstructionModifier and TypeMethodDescriptionDocumentImpl.createProcessingInstruction
(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data. -
Uses of ProcessingInstruction in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that return ProcessingInstructionModifier and TypeMethodDescriptionXMLDocument.createProcessingInstruction
(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data. -
Uses of ProcessingInstruction in org.loboevolution.html.node
Methods in org.loboevolution.html.node that return ProcessingInstructionModifier and TypeMethodDescriptionDocument.createProcessingInstruction
(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data.