Test Results for DOM Level 3 Validation

Oracle Corporation

interface NodeEditVAL

Name Result
getDefaultValue()OK
getEnumeratedValues()OK
canInsertBefore(Node newChild, Node refChild)OK
canRemoveChild(Node oldChild)OK
canReplaceChild(Node newChild, Node oldChild)OK
canAppendChild(Node newChild)OK
nodeValidity(short valType)OK

interface DocumentEditVAL

Name Result
setContinuousValidityCheckingOK
getConfig()OK
getDefinedElements(String namespaceURI)OK
validateDocument()OK

interface ElementEditVAL

Name Result
getAllowedChildren()OK
getAllowedFirstChildren()OK
getAllowedParents()OK
getAllowedNextSiblings()OK (Not with PR)
getAllowedPreviousSiblings()OK (Not with PR)
getAllowedAttributes()OK
getRequiredAttributes()OK
getContentType()OK
canSetTextContentOK
canSetAttribute(String attrname, String attrval)OK
canSetAttributeNode(Attr attrNode)OK
canSetAttributeNS(String namespaceURI, String qualifiedName, String value)OK
canRemoveAttribute(String attrname)OK
canRemoveAttributeNode(Node attrNode)OK
canRemoveAttributeNS(String namespaceURI,String localName)OK
isElementDefined(String name)OK
isElementDefinedNS(String namespaceURI,String name)OK

interface CharacterDataEditVAL

Name Result
whiteSpaceOnlyOK
canSetData(String arg)OK
canAppendData(String arg)OK
canReplaceData(int offset,int count, String arg)OK
canInsertData(int offset, String arg)OK
canDeleteData(int offset, int count)OK

W3C DOM Working Group,
$Date: 2003/12/04 02:40:39 $