public class UnparsedEntity extends Object
| Constructor and Description |
|---|
UnparsedEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURI()
Get the base URI of the unparsed entity
|
String |
getName()
Get the name of the unparsed entity
|
String |
getPublicId()
Get the public identifier of the unparsed entity
|
String |
getSystemId()
Get the system identifier of the unparsed entity
|
void |
setBaseURI(String baseURI)
Set the base URI of the unparsed entity
|
void |
setName(String name)
Set the name of the unparsed entity
|
void |
setPublicId(String publicId)
Set the public identifier of the unparsed entity
|
void |
setSystemId(String systemId)
Set the system identifier of the unparsed entity
|
public String getName()
public void setName(String name)
name - the name of the unparsed entitypublic String getSystemId()
public void setSystemId(String systemId)
systemId - the system identifier of the unparsed entitypublic String getPublicId()
public void setPublicId(String publicId)
publicId - the public identifier of the unparsed entitypublic String getBaseURI()
public void setBaseURI(String baseURI)
baseURI - the base URI of the unparsed entityCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.