public final class UnparsedEntityDecl extends ExternalEntityDecl
Modifier and Type | Field and Description |
---|---|
String |
notationName
The name of the notation associated to the unparsed entity.
|
baseURL, publicId, systemId
name, origin
Constructor and Description |
---|
UnparsedEntityDecl(String name,
String publicId,
String systemId,
URL baseURL,
String notationName,
String origin)
Constructs the declaration of an unparsed entity.
|
Modifier and Type | Method and Description |
---|---|
void |
toString(StringBuilder buffer)
Appends the XML, parseable, form of this declaration to specified
buffer.
|
getURL
isCharEntity, isParameterEntity
appendExternalId, appendValue, toString
public final String notationName
public UnparsedEntityDecl(String name, String publicId, String systemId, URL baseURL, String notationName, String origin)
name
- The name of the entity.publicId
- The public ID of the unparsed entity, if any. May be
null
.systemId
- The system ID of the unparsed entity.baseURL
- The URL against which a relative system ID of the
unparsed entity should be resolved.notationName
- The name of the notation associated to the unparsed
entity.origin
- Not for public use: a string identifying the source where
this declaration is found.public void toString(StringBuilder buffer)
Decl
toString
in class ExternalEntityDecl