Package com.ibm.di.entry
Class DocImpl
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description 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
Constructors Constructor Description DocImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
compareDocumentPosition(org.w3c.dom.Node other)
not implementedorg.w3c.dom.Comment
createComment(java.lang.String data)
not implementedorg.w3c.dom.DocumentFragment
createDocumentFragment()
not implementedorg.w3c.dom.EntityReference
createEntityReference(java.lang.String name)
not implementedorg.w3c.dom.ProcessingInstruction
createProcessingInstruction(java.lang.String target, java.lang.String data)
not implementedorg.w3c.dom.NamedNodeMap
getAttributes()
not implementedjava.lang.String
getBaseURI()
not implementedorg.w3c.dom.DocumentType
getDoctype()
not implementedjava.lang.String
getDocumentURI()
not implementedorg.w3c.dom.DOMConfiguration
getDomConfig()
not implementedorg.w3c.dom.Element
getElementById(java.lang.String elementId)
not implementedjava.lang.Object
getFeature(java.lang.String feature, java.lang.String version)
not implementedorg.w3c.dom.DOMImplementation
getImplementation()
not implementedjava.lang.String
getInputEncoding()
java.lang.String
getLocalName()
not implementedjava.lang.String
getNamespaceURI()
not implementedorg.w3c.dom.Node
getNextSibling()
not implementedjava.lang.String
getNodeName()
short
getNodeType()
java.lang.String
getNodeValue()
not implementedorg.w3c.dom.Document
getOwnerDocument()
not implementedAttribute
getParentNode()
not implementedjava.lang.String
getPrefix()
not implementedorg.w3c.dom.Node
getPreviousSibling()
not implementedboolean
getStrictErrorChecking()
not implementedjava.lang.String
getTextContent()
not implementedjava.lang.Object
getUserData(java.lang.String key)
not implementedjava.lang.String
getXmlEncoding()
return nullboolean
getXmlStandalone()
java.lang.String
getXmlVersion()
boolean
hasAttributes()
not implementedorg.w3c.dom.Node
importNode(org.w3c.dom.Node importedNode, boolean deep)
not supportedboolean
isDefaultNamespace(java.lang.String namespaceURI)
not implementedboolean
isSameNode(org.w3c.dom.Node other)
boolean
isSupported(java.lang.String feature, java.lang.String version)
not implementedjava.lang.String
lookupNamespaceURI(java.lang.String prefix)
not implementedjava.lang.String
lookupPrefix(java.lang.String namespaceURI)
not implementedvoid
normalize()
void
normalizeDocument()
not implementedvoid
setDocumentURI(java.lang.String documentURI)
not implementedvoid
setNodeValue(java.lang.String nodeValue)
not implementedvoid
setPrefix(java.lang.String prefix)
not implementedvoid
setStrictErrorChecking(boolean strictErrorChecking)
not implementedvoid
setTextContent(java.lang.String textContent)
not implementedjava.lang.Object
setUserData(java.lang.String key, java.lang.Object data, org.w3c.dom.UserDataHandler handler)
not implementedvoid
setXmlEncoding(java.lang.String value)
Does nothigvoid
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
-
-
-
-
Field Detail
-
COPYRIGHT
protected static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
createComment
public org.w3c.dom.Comment createComment(java.lang.String data)
not implemented- Specified by:
createComment
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
createDocumentFragment
public org.w3c.dom.DocumentFragment createDocumentFragment()
not implemented- Specified by:
createDocumentFragment
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
createEntityReference
public org.w3c.dom.EntityReference createEntityReference(java.lang.String name) throws DOMException
not implemented- Specified by:
createEntityReference
in interfaceorg.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 interfaceorg.w3c.dom.Document
- Returns:
- null
- Throws:
DOMException
-
getDoctype
public org.w3c.dom.DocumentType getDoctype()
not implemented- Specified by:
getDoctype
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getDocumentURI
public java.lang.String getDocumentURI()
not implemented- Specified by:
getDocumentURI
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getDomConfig
public org.w3c.dom.DOMConfiguration getDomConfig()
not implemented- Specified by:
getDomConfig
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getElementById
public org.w3c.dom.Element getElementById(java.lang.String elementId)
not implemented- Specified by:
getElementById
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getImplementation
public org.w3c.dom.DOMImplementation getImplementation()
not implemented- Specified by:
getImplementation
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getInputEncoding
public java.lang.String getInputEncoding()
- Specified by:
getInputEncoding
in interfaceorg.w3c.dom.Document
- Returns:
- null
-
getStrictErrorChecking
public boolean getStrictErrorChecking()
not implemented- Specified by:
getStrictErrorChecking
in interfaceorg.w3c.dom.Document
- Returns:
- false
-
getXmlEncoding
public java.lang.String getXmlEncoding()
return null- Specified by:
getXmlEncoding
in interfaceorg.w3c.dom.Document
-
getXmlStandalone
public boolean getXmlStandalone()
- Specified by:
getXmlStandalone
in interfaceorg.w3c.dom.Document
- Returns:
- true
-
getXmlVersion
public java.lang.String getXmlVersion()
- Specified by:
getXmlVersion
in interfaceorg.w3c.dom.Document
- Returns:
- "1.0"
-
normalizeDocument
public void normalizeDocument()
not implemented- Specified by:
normalizeDocument
in interfaceorg.w3c.dom.Document
-
setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking)
not implemented- Specified by:
setStrictErrorChecking
in interfaceorg.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 interfaceorg.w3c.dom.Document
- Throws:
DOMException
-
setXmlVersion
public void setXmlVersion(java.lang.String xmlVersion) throws DOMException
Does nothing.- Specified by:
setXmlVersion
in interfaceorg.w3c.dom.Document
- Throws:
DOMException
-
compareDocumentPosition
public short compareDocumentPosition(org.w3c.dom.Node other) throws DOMException
not implemented- Specified by:
compareDocumentPosition
in interfaceorg.w3c.dom.Node
- Returns:
- 0
- Throws:
DOMException
-
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
not implemented- Specified by:
getAttributes
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getBaseURI
public java.lang.String getBaseURI()
not implemented- Specified by:
getBaseURI
in interfaceorg.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 interfaceorg.w3c.dom.Node
- Returns:
- null
-
getLocalName
public java.lang.String getLocalName()
not implemented- Specified by:
getLocalName
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getNamespaceURI
public java.lang.String getNamespaceURI()
not implemented- Specified by:
getNamespaceURI
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getNextSibling
public org.w3c.dom.Node getNextSibling()
not implemented- Specified by:
getNextSibling
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeName
in interfaceorg.w3c.dom.Node
- Returns:
- "#document"
-
getNodeType
public short getNodeType()
- Specified by:
getNodeType
in interfaceorg.w3c.dom.Node
- Returns:
- Node#DOCUMENT_NODE
-
getNodeValue
public java.lang.String getNodeValue() throws DOMException
not implemented- Specified by:
getNodeValue
in interfaceorg.w3c.dom.Node
- Returns:
- null
- Throws:
DOMException
-
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
not implemented- Specified by:
getOwnerDocument
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getParentNode
public Attribute getParentNode()
not implemented- Specified by:
getParentNode
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getPrefix
public java.lang.String getPrefix()
not implemented- Specified by:
getPrefix
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
not implemented- Specified by:
getPreviousSibling
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
getTextContent
public java.lang.String getTextContent() throws DOMException
not implemented- Specified by:
getTextContent
in interfaceorg.w3c.dom.Node
- Returns:
- null
- Throws:
DOMException
-
getUserData
public java.lang.Object getUserData(java.lang.String key)
not implemented- Specified by:
getUserData
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
hasAttributes
public boolean hasAttributes()
not implemented- Specified by:
hasAttributes
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
isDefaultNamespace
public boolean isDefaultNamespace(java.lang.String namespaceURI)
not implemented- Specified by:
isDefaultNamespace
in interfaceorg.w3c.dom.Node
- Returns:
- false
-
isSupported
public boolean isSupported(java.lang.String feature, java.lang.String version)
not implemented- Specified by:
isSupported
in interfaceorg.w3c.dom.Node
- Returns:
- false
-
lookupNamespaceURI
public java.lang.String lookupNamespaceURI(java.lang.String prefix)
not implemented- Specified by:
lookupNamespaceURI
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
lookupPrefix
public java.lang.String lookupPrefix(java.lang.String namespaceURI)
not implemented- Specified by:
lookupPrefix
in interfaceorg.w3c.dom.Node
- Returns:
- null
-
setNodeValue
public void setNodeValue(java.lang.String nodeValue) throws DOMException
not implemented- Specified by:
setNodeValue
in interfaceorg.w3c.dom.Node
- Throws:
DOMException
-
setPrefix
public void setPrefix(java.lang.String prefix) throws DOMException
not implemented- Specified by:
setPrefix
in interfaceorg.w3c.dom.Node
- Throws:
DOMException
-
setTextContent
public void setTextContent(java.lang.String textContent) throws DOMException
not implemented- Specified by:
setTextContent
in interfaceorg.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 interfaceorg.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 interfaceorg.w3c.dom.Document
- Returns:
- null
- Throws:
DOMException
-
setDocumentURI
public void setDocumentURI(java.lang.String documentURI)
not implemented- Specified by:
setDocumentURI
in interfaceorg.w3c.dom.Document
-
isSameNode
public boolean isSameNode(org.w3c.dom.Node other)
- Specified by:
isSameNode
in interfaceorg.w3c.dom.Node
-
normalize
public void normalize()
- Specified by:
normalize
in interfaceorg.w3c.dom.Node
-
-