public interface UnparsedEntities
Refresher (unparsed entities are not used very often):
<!ENTITY hatch-pic SYSTEM "../grafix/OpenHatch.gif" NDATA gif>
Modifier and Type | Method and Description |
---|---|
boolean |
isUnparsedEntity(String name)
Returns
true if this set contains an unparsed entity with
specified name. |
boolean isUnparsedEntity(String name)
true
if this set contains an unparsed entity with
specified name. Returns false
otherwise.