| Home >> All >> org >> dom4j >> [ dtd Javadoc ] |
org.dom4j.dtd: Javadoc index of package org.dom4j.dtd.
Package Samples:
org.dom4j.dtd
Classes:
AttributeDeclTest: Tests the AttributeDeclTest.MyTestAttributeDecl functionality. Tests each of the property access methods and the serialization mechanisms. Correct parsing is tested by DocTypeTest . There are several key variations that need to be tested both here and in DocTypeTest , which is responsible for testing correct parsing of the DocumentType . Those variations include the different valueDefault and value variations so that we can test for correct acceptance and correct rejection of attribute declarations.
ExternalEntityDeclTest: Tests the ExternalEntityDecl functionality. Tests each of the property access methods and the serialization mechanisms. Correct parsing is tested by DocTypeTest .
InternalEntityDeclTest: Tests the InternalEntityDecl functionality. Tests each of the property access methods and the serialization mechanisms. Correct parsing is tested by DocTypeTest .
ElementDeclTest: Tests the ElementDecl functionality. Tests each of the property access methods and the serialization mechanisms. Correct parsing is tested by DocTypeTest .
ExternalEntityDecl: ExternalEntityDecl represents an external entity declaration in a DTD.
InternalEntityDecl: InternalEntityDecl represents an internal entity declaration in a DTD.
AttributeDecl: AttributeDecl represents an attribute declaration in a DTD.
ElementDecl: AttributeDecl represents an element declaration in a DTD.
| Home | Contact Us | Privacy Policy | Terms of Service |