org.w3c.tidy
Class DOMProcessingInstructionImpl

org.w3c.tidy.DOMProcessingInstructionImpl

public class DOMProcessingInstructionImpl

DOMProcessingInstructionImpl (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.java for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000

Version:
1.7, 1999/12/06 Tidy Release 30 Nov 1999
Author:
Dave Raggett , Andy Quick (translation to Java)

Constructor Summary
protected DOMProcessingInstructionImpl(Node adaptee)
           
 
Method Summary
 String getData()
           
 short getNodeType()
           
 String getTarget()
           
 void setData(String data)
           
 

Constructor Detail

DOMProcessingInstructionImpl

protected DOMProcessingInstructionImpl(Node adaptee)
Method Detail

getNodeType

public short getNodeType()
See Also:
org.w3c.dom.Node#getNodeType

getTarget

public String getTarget()
See Also:
org.w3c.dom.ProcessingInstruction#getTarget

getData

public String getData()
See Also:
org.w3c.dom.ProcessingInstruction#getData

setData

public void setData(String data)
             throws DOMException
See Also:
org.w3c.dom.ProcessingInstruction#setData


Copyright © 1998-2000 World Wide Web Consortium (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights reserved.