Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="test-to-html.xsl" type="text/xml"?>
  2.  
  3. <!--
  4.  
  5. Copyright (c) 2001-2004 World Wide Web Consortium,
  6. (Massachusetts Institute of Technology, Institut National de
  7. Recherche en Informatique et en Automatique, Keio University).  All
  8. Rights Reserved.  This program is distributed under the W3C's Software
  9. Intellectual Property License.  This program is distributed in the
  10. hope that it will be useful, but WITHOUT ANY WARRANTY; without even
  11. the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  12. PURPOSE.  
  13.  
  14. See W3C License http://www.w3.org/Consortium/Legal/ for more details.
  15.  
  16. -->
  17.  
  18. <!DOCTYPE test SYSTEM "dom3.dtd">
  19. <test xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-3" name="typeinfoisderivedfrom66">
  20. <metadata>
  21. <title>typeinfoisderivedfrom66</title>
  22. <creator>IBM</creator>
  23. <description>
  24.         The isDerivedFrom method checks if this TypeInfo derives from the specified ancestor type.
  25.        
  26.         Get schemaTypeInfo on an element of type Union that belongs to a document with an XML schema.
  27.         Invoke method isDerivedFrom with derivation method union and verify that the value returned is true.
  28.      Verify that emType is derived from emp0004_5Type by union.
  29.  
  30. </description>
  31. <contributor>Jenny Hsu</contributor>
  32. <date qualifier="created">2003-10-28</date>
  33. <subject resource="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-isDerivedFrom"/>
  34. </metadata>
  35. <implementationAttribute name="schemaValidating" value="true"/>
  36. <implementationAttribute name="validating" value="true"/>
  37. <implementationAttribute name="namespaceAware" value="true"/>
  38. <var name="doc" type="Document"/>
  39. <var name="unionElem" type="Element"/>
  40. <var name="elemTypeInfo" type="TypeInfo"/>
  41. <var name="typeName" type="DOMString"/>
  42. <var name="elemList" type="NodeList"/>
  43. <var name="retValue" type="boolean"/>
  44. <load var="doc" href="hc_staff" willBeModified="false"/>
  45. <getElementsByTagName var="elemList" obj="doc" tagname='"em"' interface="Document"/>
  46. <item var="unionElem" obj="elemList" index="0" interface="NodeList"/>
  47. <schemaTypeInfo var="elemTypeInfo" obj="unionElem" interface="Element"/>
  48. <isDerivedFrom obj="elemTypeInfo" var="retValue" typeNamespaceArg='"http://www.w3.org/1999/xhtml"' typeNameArg='"emp0004_5Type"' derivationMethod="0"/>
  49. <assertTrue actual="retValue" id="typeinfoisderivedfrom66" />
  50. </test>
  51.