net.sf.saxon.pull

Class UnparsedEntity

public class UnparsedEntity extends Object

This class is used to represent unparsed entities in the PullProvider interface
Method Summary
StringgetBaseURI()
Get the base URI of the unparsed entity
StringgetName()
Get the name of the unparsed entity
StringgetPublicId()
Get the public identifier of the unparsed entity
StringgetSystemId()
Get the system identifier of the unparsed entity
voidsetBaseURI(String baseURI)
Set the base URI of the unparsed entity
voidsetName(String name)
Set the name of the unparsed entity
voidsetPublicId(String publicId)
Set the public identifier of the unparsed entity
voidsetSystemId(String systemId)
Set the system identifier of the unparsed entity

Method Detail

getBaseURI

public String getBaseURI()
Get the base URI of the unparsed entity

Returns: the base URI of the unparsed entity

getName

public String getName()
Get the name of the unparsed entity

Returns: the name of the unparsed entity

getPublicId

public String getPublicId()
Get the public identifier of the unparsed entity

Returns: the public identifier of the unparsed entity

getSystemId

public String getSystemId()
Get the system identifier of the unparsed entity

Returns: the system identifier of the unparsed entity

setBaseURI

public void setBaseURI(String baseURI)
Set the base URI of the unparsed entity

Parameters: baseURI the base URI of the unparsed entity

setName

public void setName(String name)
Set the name of the unparsed entity

Parameters: name the name of the unparsed entity

setPublicId

public void setPublicId(String publicId)
Set the public identifier of the unparsed entity

Parameters: publicId the public identifier of the unparsed entity

setSystemId

public void setSystemId(String systemId)
Set the system identifier of the unparsed entity

Parameters: systemId the system identifier of the unparsed entity