Package org.dom4j.dtd
package org.dom4j.dtd
Classes to represent the DTD declarations. They are used inside the
DocumentType
interface.-
ClassDescription
AttributeDecl
represents an attribute declaration in a DTD.Created by filip on 5.7.15.AttributeDecl
represents an element declaration in a DTD.ExternalEntityDecl
represents an external entity declaration in a DTD.InternalEntityDecl
represents an internal entity declaration in a DTD.