|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.entry.DocImpl
public abstract class DocImpl
This class is just a place holder for all the methods that are not relevant to the IBM Tivoli Directory Integrator's DOM implementation and that are not implemented. This class is extended by the Entry class.
| Field Summary | |
|---|---|
protected static String |
COPYRIGHT
|
| Constructor Summary | |
|---|---|
DocImpl()
|
|
| Method Summary | |
|---|---|
short |
compareDocumentPosition(Node other)
not implemented |
Comment |
createComment(String data)
not implemented |
DocumentFragment |
createDocumentFragment()
not implemented |
EntityReference |
createEntityReference(String name)
not implemented |
ProcessingInstruction |
createProcessingInstruction(String target,
String data)
not implemented |
NamedNodeMap |
getAttributes()
not implemented |
String |
getBaseURI()
not implemented |
DocumentType |
getDoctype()
not implemented |
String |
getDocumentURI()
not implemented |
DOMConfiguration |
getDomConfig()
not implemented |
Element |
getElementById(String elementId)
not implemented |
Object |
getFeature(String feature,
String version)
not implemented |
DOMImplementation |
getImplementation()
not implemented |
String |
getInputEncoding()
|
String |
getLocalName()
not implemented |
String |
getNamespaceURI()
not implemented |
Node |
getNextSibling()
not implemented |
String |
getNodeName()
|
short |
getNodeType()
|
String |
getNodeValue()
not implemented |
Document |
getOwnerDocument()
not implemented |
Attribute |
getParentNode()
not implemented |
String |
getPrefix()
not implemented |
Node |
getPreviousSibling()
not implemented |
boolean |
getStrictErrorChecking()
not implemented |
String |
getTextContent()
not implemented |
Object |
getUserData(String key)
not implemented |
String |
getXmlEncoding()
return null |
boolean |
getXmlStandalone()
|
String |
getXmlVersion()
|
boolean |
hasAttributes()
not implemented |
Node |
importNode(Node importedNode,
boolean deep)
not supported |
boolean |
isDefaultNamespace(String namespaceURI)
not implemented |
boolean |
isSameNode(Node other)
|
boolean |
isSupported(String feature,
String version)
not implemented |
String |
lookupNamespaceURI(String prefix)
not implemented |
String |
lookupPrefix(String namespaceURI)
not implemented |
void |
normalize()
|
void |
normalizeDocument()
not implemented |
void |
setDocumentURI(String documentURI)
not implemented |
void |
setNodeValue(String nodeValue)
not implemented |
void |
setPrefix(String prefix)
not implemented |
void |
setStrictErrorChecking(boolean strictErrorChecking)
not implemented |
void |
setTextContent(String textContent)
not implemented |
Object |
setUserData(String key,
Object data,
UserDataHandler handler)
not implemented |
void |
setXmlEncoding(String value)
Does nothig |
void |
setXmlStandalone(boolean xmlStandalone)
Does not change anything. |
void |
setXmlVersion(String xmlVersion)
Does nothing. |
| 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.Document |
|---|
adoptNode, createAttribute, createAttributeNS, createCDATASection, createElement, createElementNS, createTextNode, getDocumentElement, getElementsByTagName, getElementsByTagNameNS, renameNode |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, hasChildNodes, insertBefore, isEqualNode, removeChild, replaceChild |
| Field Detail |
|---|
protected static final String COPYRIGHT
| Constructor Detail |
|---|
public DocImpl()
| Method Detail |
|---|
public Comment createComment(String data)
createComment in interface Documentpublic DocumentFragment createDocumentFragment()
createDocumentFragment in interface Document
public EntityReference createEntityReference(String name)
throws DOMException
createEntityReference in interface DocumentDOMException
public ProcessingInstruction createProcessingInstruction(String target,
String data)
throws DOMException
createProcessingInstruction in interface DocumentDOMExceptionpublic DocumentType getDoctype()
getDoctype in interface Documentpublic String getDocumentURI()
getDocumentURI in interface Documentpublic DOMConfiguration getDomConfig()
getDomConfig in interface Documentpublic Element getElementById(String elementId)
getElementById in interface Documentpublic DOMImplementation getImplementation()
getImplementation in interface Documentpublic String getInputEncoding()
getInputEncoding in interface Documentpublic boolean getStrictErrorChecking()
getStrictErrorChecking in interface Documentpublic String getXmlEncoding()
getXmlEncoding in interface Documentpublic boolean getXmlStandalone()
getXmlStandalone in interface Documentpublic String getXmlVersion()
getXmlVersion in interface Documentpublic void normalizeDocument()
normalizeDocument in interface Documentpublic void setStrictErrorChecking(boolean strictErrorChecking)
setStrictErrorChecking in interface Documentpublic void setXmlEncoding(String value)
public void setXmlStandalone(boolean xmlStandalone)
throws DOMException
setXmlStandalone in interface DocumentDOMException
public void setXmlVersion(String xmlVersion)
throws DOMException
setXmlVersion in interface DocumentDOMException
public short compareDocumentPosition(Node other)
throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic String getBaseURI()
getBaseURI in interface Node
public Object getFeature(String feature,
String version)
getFeature in interface Nodepublic String getLocalName()
getLocalName in interface Nodepublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic Node getNextSibling()
getNextSibling in interface Nodepublic String getNodeName()
getNodeName in interface Nodepublic short getNodeType()
getNodeType in interface Node
public String getNodeValue()
throws DOMException
getNodeValue in interface NodeDOMExceptionpublic Document getOwnerDocument()
getOwnerDocument in interface Nodepublic Attribute getParentNode()
getParentNode in interface Nodepublic String getPrefix()
getPrefix in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Node
public String getTextContent()
throws DOMException
getTextContent in interface NodeDOMExceptionpublic Object getUserData(String key)
getUserData in interface Nodepublic boolean hasAttributes()
hasAttributes in interface Nodepublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Node
public boolean isSupported(String feature,
String version)
isSupported in interface Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface Node
public void setNodeValue(String nodeValue)
throws DOMException
setNodeValue in interface NodeDOMException
public void setPrefix(String prefix)
throws DOMException
setPrefix in interface NodeDOMException
public void setTextContent(String textContent)
throws DOMException
setTextContent in interface NodeDOMException
public Object setUserData(String key,
Object data,
UserDataHandler handler)
setUserData in interface Node
public Node importNode(Node importedNode,
boolean deep)
throws DOMException
importNode in interface DocumentDOMExceptionpublic void setDocumentURI(String documentURI)
setDocumentURI in interface Documentpublic boolean isSameNode(Node other)
isSameNode in interface Nodepublic void normalize()
normalize in interface Node
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||