Uses of Class
com.sun.xml.dtdparser.EntityDecl
-
-
Uses of EntityDecl in com.sun.xml.dtdparser
Subclasses of EntityDecl in com.sun.xml.dtdparser Modifier and Type Class Description (package private) classExternalEntity(package private) classInternalEntityFields in com.sun.xml.dtdparser with type parameters of type EntityDecl Modifier and Type Field Description (package private) SimpleHashtable<java.lang.String,EntityDecl>DTDParser. entitiesprivate SimpleHashtable<java.lang.String,EntityDecl>DTDParser. paramsMethod parameters in com.sun.xml.dtdparser with type arguments of type EntityDecl Modifier and Type Method Description private voidDTDParser. expandEntityInLiteral(java.lang.String name, SimpleHashtable<java.lang.String,EntityDecl> table, boolean isEntityValue)
-