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