Home » Xerces-J-src.2.9.1 » dom » [javadoc | source]
dom
public class: DTest [javadoc | source]
java.lang.Object
   dom.DTest
This class tests methods for XML DOM implementation version 2.0 10/12/98 DOMException errors are tested by calls to DOMExceptionsTest from: Main, docBuilder...
Field Summary
public static  Element testElementNode     
public static  Attr testAttributeNode     
public static  Text testTextNode     
public static  CDATASection testCDATASectionNode     
public static  EntityReference testEntityReferenceNode     
public static  Entity testEntityNode     
public static  ProcessingInstruction testProcessingInstructionNode     
public static  Comment testCommentNode     
public static  Document testDocumentNode     
public static  DocumentType testDocumentTypeNode     
public static  DocumentFragment testDocumentFragmentNode     
public static  Notation testNotationNode     
Constructor:
 public DTest() 
Method from dom.DTest Summary:
DOMExceptionsTest,   createDocument,   createDocumentType,   createEntity,   createNotation,   docBuilder,   findTestNodes,   findTestNodes,   main,   testAttr,   testCDATASection,   testCharacterData,   testChildNodeList,   testComment,   testDOMImplementation,   testDOMerrors,   testDeepNodeList,   testDocument,   testDocumentFragment,   testDocumentType,   testElement,   testEntity,   testEntityReference,   testNode,   testNotation,   testPI,   testText,   treeCompare
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from dom.DTest Detail:
 public static boolean DOMExceptionsTest(Object node,
    String methodName,
    Class[] methodSignature,
    Object[] parameters,
    short code) 
    version 3.0 01/25/99
 public Document createDocument() 
    version 3.0 01/25/99
 public DocumentType createDocumentType(Document doc,
    String name) 
    version 3.0 01/25/99
 public Entity createEntity(Document doc,
    String name) 
    version 3.0 01/25/99
 public Notation createNotation(Document doc,
    String name) 
    version 3.0 01/25/99
 public  void docBuilder(Document document,
    String name) 
    This method builds test documents for the XML DOM implementation version 2.0 10/12/98
 public  void findTestNodes(Document document) 
 public  void findTestNodes(Node node) 
 public static  void main(String[] args) 
    version 2.0 10/12/98
 public  void testAttr(Document document) 
    This method tests Attr methods for the XML DOM implementation version 2.0 10/12/98
 public  void testCDATASection(Document document) 
    This method tests CDATASection methods for the XML DOM implementation version 2.0 10/12/98
 public  void testCharacterData(Document document) 
    This method tests CharacterData methods for the XML DOM implementation version 2.0 10/12/98
 public  void testChildNodeList(Document document) 
    This method tests ChildNodeList methods for the XML DOM implementation version 2.0 10/12/98
 public  void testComment(Document document) 
    This method tests Comment methods for the XML DOM implementation version 1.0 10/12/98
 public  void testDOMImplementation(Document document) 
    This method tests DOMImplementation methods for the XML DOM implementation version 2.0 10/12/98
 public  void testDOMerrors(Document document) 
 public  void testDeepNodeList(Document document) 
    This method tests DeepNodeList methods for the XML DOM implementation version 2.0 10/12/98
 public  void testDocument(Document document) 
    This method tests Document methods for the XML DOM implementation version 2.0 10/12/98
 public  void testDocumentFragment(Document document) 
    This method tests DocumentFragment methods for the XML DOM implementation version 2.0 10/12/98
 public  void testDocumentType(Document document) 
    This method tests DocumentType methods for the XML DOM implementation version 2.0 10/12/98
 public  void testElement(Document document) 
    This method tests Element methods for the XML DOM implementation version 2.0 10/12/98
 public  void testEntity(Document document) 
    This method tests Entity methods for the XML DOM implementation version 2.0 10/12/98
 public  void testEntityReference(Document document) 
    This method tests EntityReference methods for the XML DOM implementation version 2.0 10/12/98
 public  void testNode(Document document) 
    This method tests Node methods for the XML DOM implementation version 2.0 10/12/98
 public  void testNotation(Document document) 
    This method tests Notation methods for the XML DOM implementation version 2.0 10/12/98
 public  void testPI(Document document) 
    This method tests ProcessingInstruction methods for the XML DOM implementation version 2.0 10/12/98
 public  void testText(Document document) 
    This method tests Text methods for the XML DOM implementation version 2.0 10/12/98
 public boolean treeCompare(Node node,
    Node node2)