org.w3c.tidy
Class DOMTextImpl

org.w3c.tidy.DOMTextImpl

public class DOMTextImpl

DOMTextImpl (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 DOMTextImpl(Node adaptee)
           
 
Method Summary
 String getNodeName()
           
 short getNodeType()
           
 Text splitText(int offset)
           
 

Constructor Detail

DOMTextImpl

protected DOMTextImpl(Node adaptee)
Method Detail

getNodeName

public String getNodeName()
See Also:
org.w3c.dom.Node#getNodeName

getNodeType

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

splitText

public Text splitText(int offset)
               throws DOMException
See Also:
org.w3c.dom.Text#splitText


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.