public class UnparsedEntity
extends java.lang.Object
Constructor | Description |
---|---|
UnparsedEntity() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBaseURI() |
Get the base URI of the unparsed entity
|
java.lang.String |
getName() |
Get the name of the unparsed entity
|
java.lang.String |
getPublicId() |
Get the public identifier of the unparsed entity
|
java.lang.String |
getSystemId() |
Get the system identifier of the unparsed entity
|
void |
setBaseURI(java.lang.String baseURI) |
Set the base URI of the unparsed entity
|
void |
setName(java.lang.String name) |
Set the name of the unparsed entity
|
void |
setPublicId(java.lang.String publicId) |
Set the public identifier of the unparsed entity
|
void |
setSystemId(java.lang.String systemId) |
Set the system identifier of the unparsed entity
|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of the unparsed entitypublic java.lang.String getSystemId()
public void setSystemId(java.lang.String systemId)
systemId
- the system identifier of the unparsed entitypublic java.lang.String getPublicId()
public void setPublicId(java.lang.String publicId)
publicId
- the public identifier of the unparsed entitypublic java.lang.String getBaseURI()
public void setBaseURI(java.lang.String baseURI)
baseURI
- the base URI of the unparsed entity