|
||||||||||
| 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.AbstractPartialDocumentImpl
public abstract class AbstractPartialDocumentImpl
Partial implementation of org.w3c.dom.Document.
This implements only the functions necesessay for MathElements. Feel free to implement whatever functions you need.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
AbstractPartialNodeImpl.NodeList |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AbstractPartialDocumentImpl()
|
|
| Methods inherited from class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, 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, toString, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, 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 AbstractPartialDocumentImpl()
| Method Detail |
|---|
public final Node adoptNode(Node source)
adoptNode in interface Documentpublic final Attr createAttribute(String name)
createAttribute in interface Document
public final Attr createAttributeNS(String namespaceURI,
String qualifiedName)
createAttributeNS in interface Documentpublic final CDATASection createCDATASection(String data)
createCDATASection in interface Documentpublic final Comment createComment(String data)
createComment in interface Documentpublic final DocumentFragment createDocumentFragment()
createDocumentFragment in interface Documentpublic final Element createElement(String tagName)
createElement in interface Document
public final Element createElementNS(String namespaceURI,
String qualifiedName)
createElementNS in interface Documentpublic final EntityReference createEntityReference(String name)
createEntityReference in interface Document
public final ProcessingInstruction createProcessingInstruction(String target,
String data)
createProcessingInstruction in interface Documentpublic final Text createTextNode(String data)
createTextNode in interface Documentpublic final DocumentType getDoctype()
getDoctype in interface Documentpublic final Element getDocumentElement()
getDocumentElement in interface Documentpublic final String getDocumentURI()
getDocumentURI in interface Documentpublic final DOMConfiguration getDomConfig()
getDomConfig in interface Documentpublic final Element getElementById(String elementId)
getElementById in interface Documentpublic final DOMImplementation getImplementation()
getImplementation in interface Documentpublic final String getInputEncoding()
getInputEncoding in interface Documentpublic final boolean getStrictErrorChecking()
getStrictErrorChecking in interface Documentpublic final String getXmlEncoding()
getXmlEncoding in interface Documentpublic final boolean getXmlStandalone()
getXmlStandalone in interface Documentpublic final String getXmlVersion()
getXmlVersion in interface Document
public final Node importNode(Node importedNode,
boolean deep)
importNode in interface Documentpublic final void normalizeDocument()
normalizeDocument in interface Document
public final Node renameNode(Node n,
String namespaceURI,
String qualifiedName)
renameNode in interface Documentpublic final void setDocumentURI(String documentURI)
setDocumentURI in interface Documentpublic final void setStrictErrorChecking(boolean strictErrorChecking)
setStrictErrorChecking in interface Documentpublic final void setXmlStandalone(boolean xmlStandalone)
setXmlStandalone in interface Documentpublic final void setXmlVersion(String xmlVersion)
setXmlVersion in interface Documentpublic final NodeList getElementsByTagName(String tagname)
getElementsByTagName in interface Document
public final NodeList getElementsByTagNameNS(String namespaceURI,
String localName)
getElementsByTagNameNS in interface Documentpublic final String getNodeName()
getNodeName in interface Nodepublic final short getNodeType()
getNodeType in interface Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||