|
||||||||||
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 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 |
---|
protected static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public DocImpl()
Method Detail |
---|
public org.w3c.dom.Comment createComment(java.lang.String data)
createComment
in interface org.w3c.dom.Document
public org.w3c.dom.DocumentFragment createDocumentFragment()
createDocumentFragment
in interface org.w3c.dom.Document
public org.w3c.dom.EntityReference createEntityReference(java.lang.String name) throws DOMException
createEntityReference
in interface org.w3c.dom.Document
DOMException
public org.w3c.dom.ProcessingInstruction createProcessingInstruction(java.lang.String target, java.lang.String data) throws DOMException
createProcessingInstruction
in interface org.w3c.dom.Document
DOMException
public org.w3c.dom.DocumentType getDoctype()
getDoctype
in interface org.w3c.dom.Document
public java.lang.String getDocumentURI()
getDocumentURI
in interface org.w3c.dom.Document
public org.w3c.dom.DOMConfiguration getDomConfig()
getDomConfig
in interface org.w3c.dom.Document
public org.w3c.dom.Element getElementById(java.lang.String elementId)
getElementById
in interface org.w3c.dom.Document
public org.w3c.dom.DOMImplementation getImplementation()
getImplementation
in interface org.w3c.dom.Document
public java.lang.String getInputEncoding()
getInputEncoding
in interface org.w3c.dom.Document
public boolean getStrictErrorChecking()
getStrictErrorChecking
in interface org.w3c.dom.Document
public java.lang.String getXmlEncoding()
getXmlEncoding
in interface org.w3c.dom.Document
public boolean getXmlStandalone()
getXmlStandalone
in interface org.w3c.dom.Document
public java.lang.String getXmlVersion()
getXmlVersion
in interface org.w3c.dom.Document
public void normalizeDocument()
normalizeDocument
in interface org.w3c.dom.Document
public void setStrictErrorChecking(boolean strictErrorChecking)
setStrictErrorChecking
in interface org.w3c.dom.Document
public void setXmlEncoding(java.lang.String value)
public void setXmlStandalone(boolean xmlStandalone) throws DOMException
setXmlStandalone
in interface org.w3c.dom.Document
DOMException
public void setXmlVersion(java.lang.String xmlVersion) throws DOMException
setXmlVersion
in interface org.w3c.dom.Document
DOMException
public short compareDocumentPosition(org.w3c.dom.Node other) throws DOMException
compareDocumentPosition
in interface org.w3c.dom.Node
DOMException
public org.w3c.dom.NamedNodeMap getAttributes()
getAttributes
in interface org.w3c.dom.Node
public java.lang.String getBaseURI()
getBaseURI
in interface org.w3c.dom.Node
public java.lang.Object getFeature(java.lang.String feature, java.lang.String version)
getFeature
in interface org.w3c.dom.Node
public java.lang.String getLocalName()
getLocalName
in interface org.w3c.dom.Node
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface org.w3c.dom.Node
public org.w3c.dom.Node getNextSibling()
getNextSibling
in interface org.w3c.dom.Node
public java.lang.String getNodeName()
getNodeName
in interface org.w3c.dom.Node
public short getNodeType()
getNodeType
in interface org.w3c.dom.Node
public java.lang.String getNodeValue() throws DOMException
getNodeValue
in interface org.w3c.dom.Node
DOMException
public org.w3c.dom.Document getOwnerDocument()
getOwnerDocument
in interface org.w3c.dom.Node
public Attribute getParentNode()
getParentNode
in interface org.w3c.dom.Node
public java.lang.String getPrefix()
getPrefix
in interface org.w3c.dom.Node
public org.w3c.dom.Node getPreviousSibling()
getPreviousSibling
in interface org.w3c.dom.Node
public java.lang.String getTextContent() throws DOMException
getTextContent
in interface org.w3c.dom.Node
DOMException
public java.lang.Object getUserData(java.lang.String key)
getUserData
in interface org.w3c.dom.Node
public boolean hasAttributes()
hasAttributes
in interface org.w3c.dom.Node
public boolean isDefaultNamespace(java.lang.String namespaceURI)
isDefaultNamespace
in interface org.w3c.dom.Node
public boolean isSupported(java.lang.String feature, java.lang.String version)
isSupported
in interface org.w3c.dom.Node
public java.lang.String lookupNamespaceURI(java.lang.String prefix)
lookupNamespaceURI
in interface org.w3c.dom.Node
public java.lang.String lookupPrefix(java.lang.String namespaceURI)
lookupPrefix
in interface org.w3c.dom.Node
public void setNodeValue(java.lang.String nodeValue) throws DOMException
setNodeValue
in interface org.w3c.dom.Node
DOMException
public void setPrefix(java.lang.String prefix) throws DOMException
setPrefix
in interface org.w3c.dom.Node
DOMException
public void setTextContent(java.lang.String textContent) throws DOMException
setTextContent
in interface org.w3c.dom.Node
DOMException
public java.lang.Object setUserData(java.lang.String key, java.lang.Object data, org.w3c.dom.UserDataHandler handler)
setUserData
in interface org.w3c.dom.Node
public org.w3c.dom.Node importNode(org.w3c.dom.Node importedNode, boolean deep) throws DOMException
importNode
in interface org.w3c.dom.Document
DOMException
public void setDocumentURI(java.lang.String documentURI)
setDocumentURI
in interface org.w3c.dom.Document
public boolean isSameNode(org.w3c.dom.Node other)
isSameNode
in interface org.w3c.dom.Node
public void normalize()
normalize
in interface org.w3c.dom.Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |