|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
public abstract class AbstractPartialNodeImpl
Partial implementation of org.w3c.dom.Node
This implements only the functions necessary for MathElements. Feel free to implement whatever functions you need.
| Nested Class Summary | |
|---|---|
static class |
AbstractPartialNodeImpl.NodeList
|
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AbstractPartialNodeImpl()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
getNodeName, getNodeType |
| Constructor Detail |
|---|
public AbstractPartialNodeImpl()
| Method Detail |
|---|
public final String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface Nodepublic final void normalize()
normalize in interface Nodepublic final NodeList getChildNodes()
getChildNodes in interface Nodepublic final Node getFirstChild()
getFirstChild in interface Nodepublic final boolean isSameNode(Node other)
isSameNode in interface Nodepublic Node appendChild(Node newChild)
appendChild in interface Nodepublic String getTextContent()
getTextContent in interface Nodepublic void setTextContent(String newTextContent)
setTextContent in interface Nodepublic final Node cloneNode(boolean deep)
cloneNode in interface Nodepublic String getNodeValue()
getNodeValue in interface Nodepublic final String getNamespaceURI()
getNamespaceURI in interface Nodepublic final Node getParentNode()
getParentNode in interface Nodepublic final String getBaseURI()
getBaseURI in interface Nodepublic final String getPrefix()
getPrefix in interface Nodepublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic final boolean hasChildNodes()
hasChildNodes in interface Nodepublic final boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Node
public Node replaceChild(Node newChild,
Node oldChild)
replaceChild in interface Node
public final Node insertBefore(Node newChild,
Node refChild)
insertBefore in interface Nodepublic final boolean isEqualNode(Node arg)
isEqualNode in interface Nodepublic final Node getNextSibling()
getNextSibling in interface Nodepublic final boolean hasAttributes()
hasAttributes in interface Nodepublic final short compareDocumentPosition(Node other)
compareDocumentPosition in interface Nodepublic final Node removeChild(Node oldChild)
removeChild in interface Node
public final Object getFeature(String feature,
String version)
getFeature in interface Nodepublic final Node getLastChild()
getLastChild in interface Nodepublic String getLocalName()
getLocalName in interface Nodepublic final Document getOwnerDocument()
getOwnerDocument in interface Nodepublic final Node getPreviousSibling()
getPreviousSibling in interface Node
public final boolean isSupported(String feature,
String version)
isSupported in interface Nodepublic final String lookupPrefix(String namespaceURI)
lookupPrefix in interface Nodepublic final void setNodeValue(String nodeValue)
setNodeValue in interface Nodepublic final void setPrefix(String prefix)
setPrefix in interface Nodepublic final Object getUserData(String key)
getUserData in interface Node
public final Object setUserData(String key,
Object data,
UserDataHandler handler)
setUserData in interface Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||