net.sf.saxon.pull
public class UnparsedEntity extends Object
Method Summary | |
---|---|
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 |
Returns: the base URI of the unparsed entity
Returns: the name of the unparsed entity
Returns: the public identifier of the unparsed entity
Returns: the system identifier of the unparsed entity
Parameters: baseURI the base URI of the unparsed entity
Parameters: name the name of the unparsed entity
Parameters: publicId the public identifier of the unparsed entity
Parameters: systemId the system identifier of the unparsed entity