|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
net.sourceforge.jeuclid.dom.AbstractPartialElementImpl
public abstract class AbstractPartialElementImpl
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 |
AbstractPartialElementImpl.AttributeNodeMap
Partial Implementation for an NodeMap describing Attributes. |
static class |
AbstractPartialElementImpl.AttrImpl
Partial implementation of Attr. |
| Nested classes/interfaces inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
AbstractPartialNodeImpl.NodeList |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AbstractPartialElementImpl()
|
|
| Methods inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
appendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getTagName |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
public AbstractPartialElementImpl()
| Method Detail |
|---|
public final String getAttribute(String name)
getAttribute in interface Element
public final String getAttributeNS(String namespaceURI,
String localName)
getAttributeNS in interface Element
public void setAttribute(String name,
String value)
setAttribute in interface Elementpublic final Attr getAttributeNode(String name)
getAttributeNode in interface Element
public final Attr getAttributeNodeNS(String namespaceURI,
String localName)
getAttributeNodeNS in interface Elementpublic final NodeList getElementsByTagName(String name)
getElementsByTagName in interface Element
public final NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
getElementsByTagNameNS in interface Elementpublic final TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Elementpublic final boolean hasAttribute(String name)
hasAttribute in interface Element
public final boolean hasAttributeNS(String namespaceURI,
String localName)
hasAttributeNS in interface Elementpublic final void removeAttribute(String name)
removeAttribute in interface Element
public final void removeAttributeNS(String namespaceURI,
String localName)
removeAttributeNS in interface Elementpublic final Attr removeAttributeNode(Attr oldAttr)
removeAttributeNode in interface Element
public final void setAttributeNS(String namespaceURI,
String qualifiedName,
String value)
setAttributeNS in interface Elementpublic final Attr setAttributeNode(Attr newAttr)
setAttributeNode in interface Elementpublic final Attr setAttributeNodeNS(Attr newAttr)
setAttributeNodeNS in interface Element
public final void setIdAttribute(String name,
boolean isId)
setIdAttribute in interface Element
public final void setIdAttributeNS(String namespaceURI,
String localName,
boolean isId)
setIdAttributeNS in interface Element
public final void setIdAttributeNode(Attr idAttr,
boolean isId)
setIdAttributeNode in interface Elementpublic final String getNodeName()
getNodeName in interface Nodepublic NamedNodeMap getAttributes()
getAttributes in interface NodegetAttributes in class AbstractPartialNodeImplpublic final String getLocalName()
getLocalName in interface NodegetLocalName in class AbstractPartialNodeImplpublic final short getNodeType()
getNodeType in interface Nodepublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||