This class is an implementation of the XMLEntityDescription interface which describes the properties of an entity.
496497498499500501502503504505506
break; } } } Entity entity = new ExternalEntity(name, new XMLEntityDescriptionImpl(name, publicId, literalSystemId, baseSystemId, expandSystemId(literalSystemId, baseSystemId, false)), null, fInExternalSubset); fEntities.put(name, entity); } else{ if(fWarnDuplicateEntityDef){
565566567568569570571572573574575
public void addUnparsedEntity(String name, String publicId, String systemId, String baseSystemId, String notation) { if (!fEntities.containsKey(name)) { Entity entity = new ExternalEntity(name, new XMLEntityDescriptionImpl(name, publicId, systemId, baseSystemId, null), notation, fInExternalSubset); fEntities.put(name, entity); } else{ if(fWarnDuplicateEntityDef){
532533534535536537538539540541542
601602603604605606607608609610611
504505506507508509510511512513514
573574575576577578579580581582583
528529530531532533534535536537538
597598599600601602603604605606607
577578579580581582583584585586587
508509510511512513514515516517518