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.DocumentThis 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.StringCOPYRIGHT-
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 shortcompareDocumentPosition(org.w3c.dom.Node other)not implementedorg.w3c.dom.CommentcreateComment(java.lang.String data)not implementedorg.w3c.dom.DocumentFragmentcreateDocumentFragment()not implementedorg.w3c.dom.EntityReferencecreateEntityReference(java.lang.String name)not implementedorg.w3c.dom.ProcessingInstructioncreateProcessingInstruction(java.lang.String target, java.lang.String data)not implementedorg.w3c.dom.NamedNodeMapgetAttributes()not implementedjava.lang.StringgetBaseURI()not implementedorg.w3c.dom.DocumentTypegetDoctype()not implementedjava.lang.StringgetDocumentURI()not implementedorg.w3c.dom.DOMConfigurationgetDomConfig()not implementedorg.w3c.dom.ElementgetElementById(java.lang.String elementId)not implementedjava.lang.ObjectgetFeature(java.lang.String feature, java.lang.String version)not implementedorg.w3c.dom.DOMImplementationgetImplementation()not implementedjava.lang.StringgetInputEncoding()java.lang.StringgetLocalName()not implementedjava.lang.StringgetNamespaceURI()not implementedorg.w3c.dom.NodegetNextSibling()not implementedjava.lang.StringgetNodeName()shortgetNodeType()java.lang.StringgetNodeValue()not implementedorg.w3c.dom.DocumentgetOwnerDocument()not implementedAttributegetParentNode()not implementedjava.lang.StringgetPrefix()not implementedorg.w3c.dom.NodegetPreviousSibling()not implementedbooleangetStrictErrorChecking()not implementedjava.lang.StringgetTextContent()not implementedjava.lang.ObjectgetUserData(java.lang.String key)not implementedjava.lang.StringgetXmlEncoding()return nullbooleangetXmlStandalone()java.lang.StringgetXmlVersion()booleanhasAttributes()not implementedorg.w3c.dom.NodeimportNode(org.w3c.dom.Node importedNode, boolean deep)not supportedbooleanisDefaultNamespace(java.lang.String namespaceURI)not implementedbooleanisSameNode(org.w3c.dom.Node other)booleanisSupported(java.lang.String feature, java.lang.String version)not implementedjava.lang.StringlookupNamespaceURI(java.lang.String prefix)not implementedjava.lang.StringlookupPrefix(java.lang.String namespaceURI)not implementedvoidnormalize()voidnormalizeDocument()not implementedvoidsetDocumentURI(java.lang.String documentURI)not implementedvoidsetNodeValue(java.lang.String nodeValue)not implementedvoidsetPrefix(java.lang.String prefix)not implementedvoidsetStrictErrorChecking(boolean strictErrorChecking)not implementedvoidsetTextContent(java.lang.String textContent)not implementedjava.lang.ObjectsetUserData(java.lang.String key, java.lang.Object data, org.w3c.dom.UserDataHandler handler)not implementedvoidsetXmlEncoding(java.lang.String value)Does nothigvoidsetXmlStandalone(boolean xmlStandalone)Does not change anything.voidsetXmlVersion(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:
createCommentin interfaceorg.w3c.dom.Document- Returns:
- null
-
createDocumentFragment
public org.w3c.dom.DocumentFragment createDocumentFragment()
not implemented- Specified by:
createDocumentFragmentin interfaceorg.w3c.dom.Document- Returns:
- null
-
createEntityReference
public org.w3c.dom.EntityReference createEntityReference(java.lang.String name) throws DOMExceptionnot implemented- Specified by:
createEntityReferencein interfaceorg.w3c.dom.Document- Returns:
- null
- Throws:
DOMException
-
createProcessingInstruction
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String target, java.lang.String data) throws DOMExceptionnot implemented- Specified by:
createProcessingInstructionin interfaceorg.w3c.dom.Document- Returns:
- null
- Throws:
DOMException
-
getDoctype
public org.w3c.dom.DocumentType getDoctype()
not implemented- Specified by:
getDoctypein interfaceorg.w3c.dom.Document- Returns:
- null
-
getDocumentURI
public java.lang.String getDocumentURI()
not implemented- Specified by:
getDocumentURIin interfaceorg.w3c.dom.Document- Returns:
- null
-
getDomConfig
public org.w3c.dom.DOMConfiguration getDomConfig()
not implemented- Specified by:
getDomConfigin interfaceorg.w3c.dom.Document- Returns:
- null
-
getElementById
public org.w3c.dom.Element getElementById(java.lang.String elementId)
not implemented- Specified by:
getElementByIdin interfaceorg.w3c.dom.Document- Returns:
- null
-
getImplementation
public org.w3c.dom.DOMImplementation getImplementation()
not implemented- Specified by:
getImplementationin interfaceorg.w3c.dom.Document- Returns:
- null
-
getInputEncoding
public java.lang.String getInputEncoding()
- Specified by:
getInputEncodingin interfaceorg.w3c.dom.Document- Returns:
- null
-
getStrictErrorChecking
public boolean getStrictErrorChecking()
not implemented- Specified by:
getStrictErrorCheckingin interfaceorg.w3c.dom.Document- Returns:
- false
-
getXmlEncoding
public java.lang.String getXmlEncoding()
return null- Specified by:
getXmlEncodingin interfaceorg.w3c.dom.Document
-
getXmlStandalone
public boolean getXmlStandalone()
- Specified by:
getXmlStandalonein interfaceorg.w3c.dom.Document- Returns:
- true
-
getXmlVersion
public java.lang.String getXmlVersion()
- Specified by:
getXmlVersionin interfaceorg.w3c.dom.Document- Returns:
- "1.0"
-
normalizeDocument
public void normalizeDocument()
not implemented- Specified by:
normalizeDocumentin interfaceorg.w3c.dom.Document
-
setStrictErrorChecking
public void setStrictErrorChecking(boolean strictErrorChecking)
not implemented- Specified by:
setStrictErrorCheckingin interfaceorg.w3c.dom.Document
-
setXmlEncoding
public void setXmlEncoding(java.lang.String value)
Does nothig
-
setXmlStandalone
public void setXmlStandalone(boolean xmlStandalone) throws DOMExceptionDoes not change anything.- Specified by:
setXmlStandalonein interfaceorg.w3c.dom.Document- Throws:
DOMException
-
setXmlVersion
public void setXmlVersion(java.lang.String xmlVersion) throws DOMExceptionDoes nothing.- Specified by:
setXmlVersionin interfaceorg.w3c.dom.Document- Throws:
DOMException
-
compareDocumentPosition
public short compareDocumentPosition(org.w3c.dom.Node other) throws DOMExceptionnot implemented- Specified by:
compareDocumentPositionin interfaceorg.w3c.dom.Node- Returns:
- 0
- Throws:
DOMException
-
getAttributes
public org.w3c.dom.NamedNodeMap getAttributes()
not implemented- Specified by:
getAttributesin interfaceorg.w3c.dom.Node- Returns:
- null
-
getBaseURI
public java.lang.String getBaseURI()
not implemented- Specified by:
getBaseURIin interfaceorg.w3c.dom.Node- Returns:
- null
-
getFeature
public java.lang.Object getFeature(java.lang.String feature, java.lang.String version)not implemented- Specified by:
getFeaturein interfaceorg.w3c.dom.Node- Returns:
- null
-
getLocalName
public java.lang.String getLocalName()
not implemented- Specified by:
getLocalNamein interfaceorg.w3c.dom.Node- Returns:
- null
-
getNamespaceURI
public java.lang.String getNamespaceURI()
not implemented- Specified by:
getNamespaceURIin interfaceorg.w3c.dom.Node- Returns:
- null
-
getNextSibling
public org.w3c.dom.Node getNextSibling()
not implemented- Specified by:
getNextSiblingin interfaceorg.w3c.dom.Node- Returns:
- null
-
getNodeName
public java.lang.String getNodeName()
- Specified by:
getNodeNamein interfaceorg.w3c.dom.Node- Returns:
- "#document"
-
getNodeType
public short getNodeType()
- Specified by:
getNodeTypein interfaceorg.w3c.dom.Node- Returns:
- Node#DOCUMENT_NODE
-
getNodeValue
public java.lang.String getNodeValue() throws DOMExceptionnot implemented- Specified by:
getNodeValuein interfaceorg.w3c.dom.Node- Returns:
- null
- Throws:
DOMException
-
getOwnerDocument
public org.w3c.dom.Document getOwnerDocument()
not implemented- Specified by:
getOwnerDocumentin interfaceorg.w3c.dom.Node- Returns:
- null
-
getParentNode
public Attribute getParentNode()
not implemented- Specified by:
getParentNodein interfaceorg.w3c.dom.Node- Returns:
- null
-
getPrefix
public java.lang.String getPrefix()
not implemented- Specified by:
getPrefixin interfaceorg.w3c.dom.Node- Returns:
- null
-
getPreviousSibling
public org.w3c.dom.Node getPreviousSibling()
not implemented- Specified by:
getPreviousSiblingin interfaceorg.w3c.dom.Node- Returns:
- null
-
getTextContent
public java.lang.String getTextContent() throws DOMExceptionnot implemented- Specified by:
getTextContentin interfaceorg.w3c.dom.Node- Returns:
- null
- Throws:
DOMException
-
getUserData
public java.lang.Object getUserData(java.lang.String key)
not implemented- Specified by:
getUserDatain interfaceorg.w3c.dom.Node- Returns:
- null
-
hasAttributes
public boolean hasAttributes()
not implemented- Specified by:
hasAttributesin interfaceorg.w3c.dom.Node- Returns:
- null
-
isDefaultNamespace
public boolean isDefaultNamespace(java.lang.String namespaceURI)
not implemented- Specified by:
isDefaultNamespacein interfaceorg.w3c.dom.Node- Returns:
- false
-
isSupported
public boolean isSupported(java.lang.String feature, java.lang.String version)not implemented- Specified by:
isSupportedin interfaceorg.w3c.dom.Node- Returns:
- false
-
lookupNamespaceURI
public java.lang.String lookupNamespaceURI(java.lang.String prefix)
not implemented- Specified by:
lookupNamespaceURIin interfaceorg.w3c.dom.Node- Returns:
- null
-
lookupPrefix
public java.lang.String lookupPrefix(java.lang.String namespaceURI)
not implemented- Specified by:
lookupPrefixin interfaceorg.w3c.dom.Node- Returns:
- null
-
setNodeValue
public void setNodeValue(java.lang.String nodeValue) throws DOMExceptionnot implemented- Specified by:
setNodeValuein interfaceorg.w3c.dom.Node- Throws:
DOMException
-
setPrefix
public void setPrefix(java.lang.String prefix) throws DOMExceptionnot implemented- Specified by:
setPrefixin interfaceorg.w3c.dom.Node- Throws:
DOMException
-
setTextContent
public void setTextContent(java.lang.String textContent) throws DOMExceptionnot implemented- Specified by:
setTextContentin 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:
setUserDatain interfaceorg.w3c.dom.Node- Returns:
- null
-
importNode
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep) throws DOMExceptionnot supported- Specified by:
importNodein interfaceorg.w3c.dom.Document- Returns:
- null
- Throws:
DOMException
-
setDocumentURI
public void setDocumentURI(java.lang.String documentURI)
not implemented- Specified by:
setDocumentURIin interfaceorg.w3c.dom.Document
-
isSameNode
public boolean isSameNode(org.w3c.dom.Node other)
- Specified by:
isSameNodein interfaceorg.w3c.dom.Node
-
normalize
public void normalize()
- Specified by:
normalizein interfaceorg.w3c.dom.Node
-
-