Save This Page
Home » dom4j-1.6.1 » org.dom4j.dtd » [javadoc | source]
org.dom4j.dtd
public class: ElementDeclTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.dom4j.AbstractTestCase
         org.dom4j.dtd.ElementDeclTest
Tests the ElementDecl functionality. Tests each of the property access methods and the serialization mechanisms. Correct parsing is tested by DocTypeTest .

Fields inherited from org.dom4j.AbstractTestCase:
document
Method from org.dom4j.dtd.ElementDeclTest Summary:
main,   testSimpleElementDecl
Methods from org.dom4j.AbstractTestCase:
assertDocumentsEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqual,   assertNodesEqualContent,   getDocument,   getDocument,   getDocument,   getFile,   getRootElement,   log,   setUp
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.dom4j.dtd.ElementDeclTest Detail:
 public static  void main(String[] args) 
 public  void testSimpleElementDecl() 
    Test
    
    <!ELEMENT an-element (#PCDATA)>