org.apache.xerces.impl
Class XMLEntityManager.ExternalEntity
- XMLEntityManager
protected static class XMLEntityManager.ExternalEntity
External entity.
org.apache.xerces.xni.XMLResourceIdentifier | entityLocation - container for all relevant entity location information.
|
String | notation - Notation name for unparsed entity.
|
ExternalEntity() - Default constructor.
|
ExternalEntity(String name, org.apache.xerces.xni.XMLResourceIdentifier entityLocation, String notation, boolean inExternalSubset) - Constructs an internal entity.
|
entityLocation
public org.apache.xerces.xni.XMLResourceIdentifier entityLocation
container for all relevant entity location information.
notation
public String notation
Notation name for unparsed entity.
ExternalEntity
public ExternalEntity()
Default constructor.
ExternalEntity
public ExternalEntity(String name,
org.apache.xerces.xni.XMLResourceIdentifier entityLocation,
String notation,
boolean inExternalSubset)
Constructs an internal entity.
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.