Uses of Interface org.w3c.dom.Text

Uses in package org.apache.xml.utils

Methods with parameter type org.w3c.dom.Text

boolean
Tell if the node is ignorable whitespace.

Methods with return type org.w3c.dom.Text

Text
Unimplemented.
Text
UnImplNode.splitText(int offset)
Unimplemented.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.Text

Text
Document.createTextNode(String data)
Creates a Text node given the specified string.
Text
Text.splitText(int offset)
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.

Uses in package org.apache.xml.dtm.ref

Classes implementing org.w3c.dom.Text

class
DTMNodeProxy presents a DOM Node API front-end to the DTM model.

Methods with return type org.w3c.dom.Text

Text
Text
DTMNodeProxy.splitText(int offset)

Copyright B) 2004 Apache XML Project. All Rights Reserved.