|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.pull.UnparsedEntity
public class UnparsedEntity
This class is used to represent unparsed entities in the PullProvider interface
Constructor Summary | |
---|---|
UnparsedEntity()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnparsedEntity()
Method Detail |
---|
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 entity
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |