Uses of Interface
org.loboevolution.html.node.ProcessingInstruction
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of ProcessingInstruction in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Modifier 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
Modifier and TypeClassDescriptionclass
HTML DOM object representing processing instruction as per HTML 4.0 specification. -
Uses of ProcessingInstruction in org.loboevolution.html.dom.nodeimpl
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDocument.createProcessingInstruction
(String target, String data) Returns a ProcessingInstruction node whose target is target and data is data.