com.ibm.di.entry
Class DocImpl

java.lang.Object
  extended by com.ibm.di.entry.DocImpl
All Implemented Interfaces:
org.w3c.dom.Document, org.w3c.dom.Node
Direct Known Subclasses:
Entry

public abstract class DocImpl
extends java.lang.Object
implements org.w3c.dom.Document

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.

Since:
7.0

Field Summary
protected static java.lang.String COPYRIGHT
           
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
DocImpl()
           
 
Method Summary
 short compareDocumentPosition(org.w3c.dom.Node other)
          not implemented
 org.w3c.dom.Comment createComment(java.lang.String data)
          not implemented
 org.w3c.dom.DocumentFragment createDocumentFragment()
          not implemented
 org.w3c.dom.EntityReference createEntityReference(java.lang.String name)
          not implemented
 org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String target, java.lang.String data)
          not implemented
 org.w3c.dom.NamedNodeMap getAttributes()
          not implemented
 java.lang.String getBaseURI()
          not implemented
 org.w3c.dom.DocumentType getDoctype()
          not implemented
 java.lang.String getDocumentURI()
          not implemented
 org.w3c.dom.DOMConfiguration getDomConfig()
          not implemented
 org.w3c.dom.Element getElementById(java.lang.String elementId)
          not implemented
 java.lang.Object getFeature(java.lang.String feature, java.lang.String version)
          not implemented
 org.w3c.dom.DOMImplementation getImplementation()
          not implemented
 java.lang.String getInputEncoding()
           
 java.lang.String getLocalName()
          not implemented
 java.lang.String getNamespaceURI()
          not implemented
 org.w3c.dom.Node getNextSibling()
          not implemented
 java.lang.String getNodeName()
           
 short getNodeType()
           
 java.lang.String getNodeValue()
          not implemented
 org.w3c.dom.Document getOwnerDocument()
          not implemented
 Attribute getParentNode()
          not implemented
 java.lang.String getPrefix()
          not implemented
 org.w3c.dom.Node getPreviousSibling()
          not implemented
 boolean getStrictErrorChecking()
          not implemented
 java.lang.String getTextContent()
          not implemented
 java.lang.Object getUserData(java.lang.String key)
          not implemented
 java.lang.String getXmlEncoding()
          return null
 boolean getXmlStandalone()
           
 java.lang.String getXmlVersion()
           
 boolean hasAttributes()
          not implemented
 org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep)
          not supported
 boolean isDefaultNamespace(java.lang.String namespaceURI)
          not implemented
 boolean isSameNode(org.w3c.dom.Node other)
           
 boolean isSupported(java.lang.String feature, java.lang.String version)
          not implemented
 java.lang.String lookupNamespaceURI(java.lang.String prefix)
          not implemented
 java.lang.String lookupPrefix(java.lang.String namespaceURI)
          not implemented
 void normalize()
           
 void normalizeDocument()
          not implemented
 void setDocumentURI(java.lang.String documentURI)
          not implemented
 void setNodeValue(java.lang.String nodeValue)
          not implemented
 void setPrefix(java.lang.String prefix)
          not implemented
 void setStrictErrorChecking(boolean strictErrorChecking)
          not implemented
 void setTextContent(java.lang.String textContent)
          not implemented
 java.lang.Object setUserData(java.lang.String key, java.lang.Object data, org.w3c.dom.UserDataHandler handler)
          not implemented
 void setXmlEncoding(java.lang.String value)
          Does nothig
 void setXmlStandalone(boolean xmlStandalone)
          Does not change anything.
 void setXmlVersion(java.lang.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

COPYRIGHT

protected static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

DocImpl

public DocImpl()
Method Detail

createComment

public org.w3c.dom.Comment createComment(java.lang.String data)
not implemented

Specified by:
createComment in interface org.w3c.dom.Document
Returns:
null

createDocumentFragment

public org.w3c.dom.DocumentFragment createDocumentFragment()
not implemented

Specified by:
createDocumentFragment in interface org.w3c.dom.Document
Returns:
null

createEntityReference

public org.w3c.dom.EntityReference createEntityReference(java.lang.String name)
                                                  throws DOMException
not implemented

Specified by:
createEntityReference in interface org.w3c.dom.Document
Returns:
null
Throws:
DOMException

createProcessingInstruction

public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String target,
                                                                     java.lang.String data)
                                                              throws DOMException
not implemented

Specified by:
createProcessingInstruction in interface org.w3c.dom.Document
Returns:
null
Throws:
DOMException

getDoctype

public org.w3c.dom.DocumentType getDoctype()
not implemented

Specified by:
getDoctype in interface org.w3c.dom.Document
Returns:
null

getDocumentURI

public java.lang.String getDocumentURI()
not implemented

Specified by:
getDocumentURI in interface org.w3c.dom.Document
Returns:
null

getDomConfig

public org.w3c.dom.DOMConfiguration getDomConfig()
not implemented

Specified by:
getDomConfig in interface org.w3c.dom.Document
Returns:
null

getElementById

public org.w3c.dom.Element getElementById(java.lang.String elementId)
not implemented

Specified by:
getElementById in interface org.w3c.dom.Document
Returns:
null

getImplementation

public org.w3c.dom.DOMImplementation getImplementation()
not implemented

Specified by:
getImplementation in interface org.w3c.dom.Document
Returns:
null

getInputEncoding

public java.lang.String getInputEncoding()
Specified by:
getInputEncoding in interface org.w3c.dom.Document
Returns:
null

getStrictErrorChecking

public boolean getStrictErrorChecking()
not implemented

Specified by:
getStrictErrorChecking in interface org.w3c.dom.Document
Returns:
false

getXmlEncoding

public java.lang.String getXmlEncoding()
return null

Specified by:
getXmlEncoding in interface org.w3c.dom.Document

getXmlStandalone

public boolean getXmlStandalone()
Specified by:
getXmlStandalone in interface org.w3c.dom.Document
Returns:
true

getXmlVersion

public java.lang.String getXmlVersion()
Specified by:
getXmlVersion in interface org.w3c.dom.Document
Returns:
"1.0"

normalizeDocument

public void normalizeDocument()
not implemented

Specified by:
normalizeDocument in interface org.w3c.dom.Document

setStrictErrorChecking

public void setStrictErrorChecking(boolean strictErrorChecking)
not implemented

Specified by:
setStrictErrorChecking in interface org.w3c.dom.Document

setXmlEncoding

public void setXmlEncoding(java.lang.String value)
Does nothig


setXmlStandalone

public void setXmlStandalone(boolean xmlStandalone)
                      throws DOMException
Does not change anything.

Specified by:
setXmlStandalone in interface org.w3c.dom.Document
Throws:
DOMException

setXmlVersion

public void setXmlVersion(java.lang.String xmlVersion)
                   throws DOMException
Does nothing.

Specified by:
setXmlVersion in interface org.w3c.dom.Document
Throws:
DOMException

compareDocumentPosition

public short compareDocumentPosition(org.w3c.dom.Node other)
                              throws DOMException
not implemented

Specified by:
compareDocumentPosition in interface org.w3c.dom.Node
Returns:
0
Throws:
DOMException

getAttributes

public org.w3c.dom.NamedNodeMap getAttributes()
not implemented

Specified by:
getAttributes in interface org.w3c.dom.Node
Returns:
null

getBaseURI

public java.lang.String getBaseURI()
not implemented

Specified by:
getBaseURI in interface org.w3c.dom.Node
Returns:
null

getFeature

public java.lang.Object getFeature(java.lang.String feature,
                                   java.lang.String version)
not implemented

Specified by:
getFeature in interface org.w3c.dom.Node
Returns:
null

getLocalName

public java.lang.String getLocalName()
not implemented

Specified by:
getLocalName in interface org.w3c.dom.Node
Returns:
null

getNamespaceURI

public java.lang.String getNamespaceURI()
not implemented

Specified by:
getNamespaceURI in interface org.w3c.dom.Node
Returns:
null

getNextSibling

public org.w3c.dom.Node getNextSibling()
not implemented

Specified by:
getNextSibling in interface org.w3c.dom.Node
Returns:
null

getNodeName

public java.lang.String getNodeName()
Specified by:
getNodeName in interface org.w3c.dom.Node
Returns:
"#document"

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface org.w3c.dom.Node
Returns:
Node#DOCUMENT_NODE

getNodeValue

public java.lang.String getNodeValue()
                              throws DOMException
not implemented

Specified by:
getNodeValue in interface org.w3c.dom.Node
Returns:
null
Throws:
DOMException

getOwnerDocument

public org.w3c.dom.Document getOwnerDocument()
not implemented

Specified by:
getOwnerDocument in interface org.w3c.dom.Node
Returns:
null

getParentNode

public Attribute getParentNode()
not implemented

Specified by:
getParentNode in interface org.w3c.dom.Node
Returns:
null

getPrefix

public java.lang.String getPrefix()
not implemented

Specified by:
getPrefix in interface org.w3c.dom.Node
Returns:
null

getPreviousSibling

public org.w3c.dom.Node getPreviousSibling()
not implemented

Specified by:
getPreviousSibling in interface org.w3c.dom.Node
Returns:
null

getTextContent

public java.lang.String getTextContent()
                                throws DOMException
not implemented

Specified by:
getTextContent in interface org.w3c.dom.Node
Returns:
null
Throws:
DOMException

getUserData

public java.lang.Object getUserData(java.lang.String key)
not implemented

Specified by:
getUserData in interface org.w3c.dom.Node
Returns:
null

hasAttributes

public boolean hasAttributes()
not implemented

Specified by:
hasAttributes in interface org.w3c.dom.Node
Returns:
null

isDefaultNamespace

public boolean isDefaultNamespace(java.lang.String namespaceURI)
not implemented

Specified by:
isDefaultNamespace in interface org.w3c.dom.Node
Returns:
false

isSupported

public boolean isSupported(java.lang.String feature,
                           java.lang.String version)
not implemented

Specified by:
isSupported in interface org.w3c.dom.Node
Returns:
false

lookupNamespaceURI

public java.lang.String lookupNamespaceURI(java.lang.String prefix)
not implemented

Specified by:
lookupNamespaceURI in interface org.w3c.dom.Node
Returns:
null

lookupPrefix

public java.lang.String lookupPrefix(java.lang.String namespaceURI)
not implemented

Specified by:
lookupPrefix in interface org.w3c.dom.Node
Returns:
null

setNodeValue

public void setNodeValue(java.lang.String nodeValue)
                  throws DOMException
not implemented

Specified by:
setNodeValue in interface org.w3c.dom.Node
Throws:
DOMException

setPrefix

public void setPrefix(java.lang.String prefix)
               throws DOMException
not implemented

Specified by:
setPrefix in interface org.w3c.dom.Node
Throws:
DOMException

setTextContent

public void setTextContent(java.lang.String textContent)
                    throws DOMException
not implemented

Specified by:
setTextContent in interface org.w3c.dom.Node
Throws:
DOMException

setUserData

public java.lang.Object setUserData(java.lang.String key,
                                    java.lang.Object data,
                                    org.w3c.dom.UserDataHandler handler)
not implemented

Specified by:
setUserData in interface org.w3c.dom.Node
Returns:
null

importNode

public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode,
                                   boolean deep)
                            throws DOMException
not supported

Specified by:
importNode in interface org.w3c.dom.Document
Returns:
null
Throws:
DOMException

setDocumentURI

public void setDocumentURI(java.lang.String documentURI)
not implemented

Specified by:
setDocumentURI in interface org.w3c.dom.Document

isSameNode

public boolean isSameNode(org.w3c.dom.Node other)
Specified by:
isSameNode in interface org.w3c.dom.Node

normalize

public void normalize()
Specified by:
normalize in interface org.w3c.dom.Node