Package net.sf.saxon.pull
Class UnparsedEntity
java.lang.Object
net.sf.saxon.pull.UnparsedEntity
This class is used to represent unparsed entities in the PullProvider interface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the base URI of the unparsed entitygetName()
Get the name of the unparsed entityGet the public identifier of the unparsed entityGet the system identifier of the unparsed entityvoid
setBaseURI
(String baseURI) Set the base URI of the unparsed entityvoid
Set the name of the unparsed entityvoid
setPublicId
(String publicId) Set the public identifier of the unparsed entityvoid
setSystemId
(String systemId) Set the system identifier of the unparsed entity
-
Constructor Details
-
Method Details
-
getName
Get the name of the unparsed entity- Returns:
- the name of the unparsed entity
-
setName
Set the name of the unparsed entity- Parameters:
name
- the name of the unparsed entity
-
getSystemId
Get the system identifier of the unparsed entity- Returns:
- the system identifier of the unparsed entity
-
setSystemId
Set the system identifier of the unparsed entity- Parameters:
systemId
- the system identifier of the unparsed entity
-
getPublicId
Get the public identifier of the unparsed entity- Returns:
- the public identifier of the unparsed entity
-
setPublicId
Set the public identifier of the unparsed entity- Parameters:
publicId
- the public identifier of the unparsed entity
-
getBaseURI
Get the base URI of the unparsed entity- Returns:
- the base URI of the unparsed entity
-
setBaseURI
Set the base URI of the unparsed entity- Parameters:
baseURI
- the base URI of the unparsed entity
-