| java.lang.Object com.rimfaxe.xml.compatibility.NodeImpl com.rimfaxe.xml.compatibility.TextImpl
TextImpl | public class TextImpl extends NodeImpl implements org.w3c.dom.Text,org.w3c.dom.CDATASection(Code) | | Standard wrapper around spartan Text node.
Copyright (C) 2002 Hewlett-Packard Company.
This file is part of Sparta, an XML Parser, DOM, and XPath library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU
Lesser General Public License as published by the Free Software
Foundation; either version 2.1 of the License, or (at your option)
any later version. This library is distributed in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
version: $Date: 2002/11/06 02:59:55 $ $Revision: 1.3 $ author: Eamonn O'Brien-Strain |
cloneNode | public Node cloneNode(boolean parm1)(Code) | | |
getIsWhitespaceInElementContent | public boolean getIsWhitespaceInElementContent()(Code) | | |
getLength | public int getLength()(Code) | | |
getLocalName | public String getLocalName()(Code) | | Always return null
|
getNamespaceURI | public String getNamespaceURI()(Code) | | Always return null
|
getNodeType | public short getNodeType()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasChildNodes | public boolean hasChildNodes()(Code) | | ALways returns false.
|
normalize | public void normalize()(Code) | | |
|
|