Uses of Class
de.pdark.decentxml.dtd.DocTypeEntity
-
Packages that use DocTypeEntity Package Description de.pdark.decentxml.dtd -
-
Uses of DocTypeEntity in de.pdark.decentxml.dtd
Fields in de.pdark.decentxml.dtd with type parameters of type DocTypeEntity Modifier and Type Field Description private java.util.Map<java.lang.String,DocTypeEntity>
DocType. entities
private java.util.Map<java.lang.String,DocTypeEntity>
DocType. parameterEntities
Methods in de.pdark.decentxml.dtd that return DocTypeEntity Modifier and Type Method Description DocTypeEntity
DocTypeEntity. addNode(Node node)
DocTypeEntity
DocType. getEntity(java.lang.String name)
DocTypeEntity
DocType. getParameterEntity(java.lang.String name)
DocTypeEntity
DocTypeEntity. toXML(XMLWriter writer)
-