net.sf.saxon.pull
Class UnparsedEntity
java.lang.Object
net.sf.saxon.pull.UnparsedEntity
public class UnparsedEntity
extends java.lang.Object
This class is used to represent unparsed entities in the PullProvider interface
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
|
getBaseURI
public String getBaseURI()
Get the base URI of the unparsed entity
- the base URI of the unparsed entity
getName
public String getName()
Get the name of the unparsed entity
- the name of the unparsed entity
getPublicId
public String getPublicId()
Get the public identifier of the unparsed entity
- the public identifier of the unparsed entity
getSystemId
public String getSystemId()
Get the system identifier of the unparsed entity
- the system identifier of the unparsed entity
setBaseURI
public void setBaseURI(String baseURI)
Set the base URI of the unparsed entity
baseURI
- the base URI of the unparsed entity
setName
public void setName(String name)
Set the name of the unparsed entity
name
- the name of the unparsed entity
setPublicId
public void setPublicId(String publicId)
Set the public identifier of the unparsed entity
publicId
- the public identifier of the unparsed entity
setSystemId
public void setSystemId(String systemId)
Set the system identifier of the unparsed entity
systemId
- the system identifier of the unparsed entity