Todos

ClassClass Todos CountMethod with Todos
org.w3c.tidy.Clean 0 1
org.w3c.tidy.DOMAttrImpl 0 6
org.w3c.tidy.DOMAttrMapImpl 0 1
org.w3c.tidy.DOMDocumentImpl 0 24
org.w3c.tidy.DOMDocumentTypeImpl 0 5
org.w3c.tidy.DOMElementImpl 0 13
org.w3c.tidy.DOMNodeImpl 0 9
org.w3c.tidy.DOMProcessingInstructionImpl 0 1
org.w3c.tidy.DOMTextImpl 0 4
org.w3c.tidy.Tidy 0 2
org.w3c.tidy.TidyUtils 0 1

org.w3c.tidy.Clean

Method Todos
discardContainer(): remove the pnode parameter and make it a return value

org.w3c.tidy.DOMAttrImpl

Method Todos
getChildNodes(): DOM level 2 getChildNodes() Not implemented. Returns an empty NodeList.
Method Todos
getFirstChild(): DOM level 2 getFirstChild() Not implemented. Returns null.
Method Todos
getLastChild(): DOM level 2 getLastChild() Not implemented. Returns null.
Method Todos
getOwnerDocument(): DOM level 2 getOwnerDocument() Not implemented. Returns null.
Method Todos
getOwnerElement(): DOM level 2 getOwnerElement() Not implemented. Returns null.
Method Todos
getSchemaTypeInfo(): DOM level 3 getSchemaTypeInfo() Not implemented. Returns null.

org.w3c.tidy.DOMAttrMapImpl

Method Todos
setNamedItem(): DOM level 2 setNamedItem() Not implemented. Throws NOT_SUPPORTED_ERR.

org.w3c.tidy.DOMDocumentImpl

Method Todos
getImplementation(): DOM level 2 getImplementation() Not implemented. Throws NOT_SUPPORTED_ERR.
Method Todos
createDocumentFragment(): DOM level 2 createDocumentFragment() Not implemented. Throws NOT_SUPPORTED_ERR.
Method Todos
createCDATASection(): DOM level 2 createCDATASection() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
createProcessingInstruction(): DOM level 2 createProcessingInstruction() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
createEntityReference(): DOM level 2 createEntityReference() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
importNode(): DOM level 2 importNode() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
createAttributeNS(): DOM level 2 createAttributeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
createElementNS(): DOM level 2 createElementNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
getElementsByTagNameNS(): DOM level 2 getElementsByTagNameNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
getElementById(): DOM level 2 getElementById() Not implemented. Returns null.
Method Todos
adoptNode(): DOM level 3 adoptNode() Not implemented.
Method Todos
getDocumentURI(): DOM level 3 getDocumentURI() Not implemented. Returns null.
Method Todos
getDomConfig(): DOM level 3 getDomConfig() Not implemented. Returns null.
Method Todos
getInputEncoding(): DOM level 3 getInputEncoding() Not implemented. Returns null.
Method Todos
getStrictErrorChecking(): DOM level 3 getStrictErrorChecking() Not implemented. Returns true.
Method Todos
getXmlEncoding(): DOM level 3 getXmlEncoding() Not implemented. Returns null.
Method Todos
getXmlStandalone(): DOM level 3 getXmlStandalone() Not implemented. Returns false.
Method Todos
getXmlVersion(): DOM level 3 getXmlVersion() Not implemented. Always returns "1.0".
Method Todos
normalizeDocument(): DOM level 3 normalizeDocument() Not implemented. Do nothing.
Method Todos
renameNode(): DOM level 3 renameNode() Not implemented. Throws NOT_SUPPORTED_ERR.
Method Todos
setDocumentURI(): DOM level 3 setDocumentURI() Not implemented. Do nothing.
Method Todos
setStrictErrorChecking(): DOM level 3 setStrictErrorChecking() Not implemented. Do nothing.
Method Todos
setXmlStandalone(): DOM level 3 setXmlStandalone() Not implemented. Do nothing.
Method Todos
setXmlVersion(): DOM level 3 setXmlVersion() Not implemented. Do nothing.

org.w3c.tidy.DOMDocumentTypeImpl

Method Todos
getEntities(): DOM level 2 getEntities() Not implemented. Returns null.
Method Todos
getNotations(): DOM level 2 getNotations() Not implemented. Returns null.
Method Todos
getPublicId(): DOM level 2 getPublicId() Not implemented. Returns null.
Method Todos
getSystemId(): DOM level 2 getSystemId() Not implemented. Returns null.
Method Todos
getInternalSubset(): DOM level 2 getInternalSubset() Not implemented. Returns null.

org.w3c.tidy.DOMElementImpl

Method Todos
normalize(): DOM level 2 getOwnerDocument() Not supported. Do nothing.
Method Todos
getAttributeNS(): DOM level 2 getAttributeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
setAttributeNS(): DOM level 2 setAttributeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
removeAttributeNS(): DOM level 2 removeAttributeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
getAttributeNodeNS(): DOM level 2 getAttributeNodeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
setAttributeNodeNS(): DOM level 2 setAttributeNodeNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
getElementsByTagNameNS(): DOM level 2 getElementsByTagNameNS() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
hasAttribute(): DOM level 2 hasAttribute() Not supported. Returns false.
Method Todos
hasAttributeNS(): DOM level 2 hasAttribute() Not supported. Returns false.
Method Todos
getSchemaTypeInfo(): DOM level 3 getSchemaTypeInfo() Not supported. Returns null.
Method Todos
setIdAttribute(): DOM level 3 setIdAttribute() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
setIdAttributeNode(): DOM level 3 setIdAttributeNode() Not supported. Throws NOT_SUPPORTED_ERR.
Method Todos
setIdAttributeNS(): DOM level 3 setIdAttributeNS() Not supported. Throws NOT_SUPPORTED_ERR.

org.w3c.tidy.DOMNodeImpl

Method Todos
compareDocumentPosition(): DOM level 3 compareDocumentPosition() Not implemented.
Method Todos
getBaseURI(): DOM level 3 getBaseURI() Not implemented. Returns null.
Method Todos
getFeature(): DOM level 3 getFeature() Not implemented. Returns null.
Method Todos
getTextContent(): DOM level 3 getTextContent() Not implemented. Returns null.
Method Todos
getUserData(): DOM level 3 getUserData() Not implemented. Returns null.
Method Todos
isEqualNode(): DOM level 3 isEqualNode() Not implemented. Returns false.
Method Todos
isSameNode(): DOM level 3 isSameNode() Not implemented. Returns false.
Method Todos
setTextContent(): DOM level 3 setTextContent() Not implemented. Throws NO_MODIFICATION_ALLOWED_ERR
Method Todos
setUserData(): DOM level 3 setUserData() Not implemented. Returns null.

org.w3c.tidy.DOMProcessingInstructionImpl

Method Todos
getTarget(): DOM level 2 getTarget() Not implemented. Returns null.

org.w3c.tidy.DOMTextImpl

Method Todos
splitText(): DOM level 2 splitText() Not supported. Throws NO_MODIFICATION_ALLOWED_ERR.
Method Todos
getWholeText(): DOM level 3 getWholeText() Not implemented. Returns null.
Method Todos
isElementContentWhitespace(): DOM level 3 isElementContentWhitespace() Not implemented. Returns false.
Method Todos
replaceWholeText(): DOM level 3 replaceWholeText() Not implemented. Returns the same node.

org.w3c.tidy.Tidy

Method Todos
setKeepFileTimes(): <strong>this is NOT supported at this time. </strong>
Method Todos
getKeepFileTimes(): <strong>this is NOT supported at this time. </strong>

org.w3c.tidy.TidyUtils

Method Todos
foldCase(): check the use of xmlTags parameter