org.lobobrowser.html.domimpl
Class HTMLProcessingInstruction
- Cloneable, Node, ProcessingInstruction, ModelNode, ScriptableDelegate
public class HTMLProcessingInstruction
implements ProcessingInstruction, Cloneable
HTML DOM object representing processing instruction as per HTML 4.0 specification.
appendChild , appendInnerHTMLImpl , cloneNode , compareDocumentPosition , createRenderState , createSimilarNode , equalAttributes , findUINode , forgetRenderState , getAlignmentX , getAlignmentY , getAttributes , getBaseURI , getChildNodes , getChildren , getChildrenArray , getDescendents , getDocumentItem , getDocumentURL , getFeature , getFirstChild , getFullURL , getHtmlRendererContext , getInnerHTML , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeList , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentModelNode , getParentNode , getParentRenderState , getPrefix , getPreviousSibling , getRenderState , getTextContent , getUINode , getUserAgentContext , getUserData , hasAttributes , hasChildNodes , informExternalScriptLoading , informInvalid , informLayoutInvalid , informLookInvalid , informNodeLoaded , informPositionInvalid , informSizeInvalid , informStructureInvalid , insertAfter , insertAt , insertBefore , isDefaultNamespace , isEqualNode , isEqualOrDescendentOf , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeAllChildren , removeAllChildrenImpl , removeChild , removeChildAt , removeChildren , removeChildrenImpl , replaceAdjacentTextNodes , replaceAdjacentTextNodes , replaceChild , setDocumentItem , setNodeValue , setPrefix , setTextContent , setUINode , setUserData , toString , warn , warn |
HTMLProcessingInstruction
public HTMLProcessingInstruction(String target,
String data)
clone
public Object clone()
getData
public String getData()
getTarget
public String getTarget()
setData
public void setData(String data)
throws DOMException
setNodeValue
public void setNodeValue(String nodeValue)
throws DOMException
- setNodeValue in interface NodeImpl