Class UnparsedEntity

java.lang.Object
net.sf.saxon.pull.UnparsedEntity

public class UnparsedEntity extends Object
This class is used to represent unparsed entities in the PullProvider interface
  • Constructor Details Link icon

    • UnparsedEntity Link icon

      public UnparsedEntity()
  • Method Details Link icon

    • getName Link icon

      public String getName()
      Get the name of the unparsed entity
      Returns:
      the name of the unparsed entity
    • setName Link icon

      public void setName(String name)
      Set the name of the unparsed entity
      Parameters:
      name - the name of the unparsed entity
    • getSystemId Link icon

      public String getSystemId()
      Get the system identifier of the unparsed entity
      Returns:
      the system identifier of the unparsed entity
    • setSystemId Link icon

      public void setSystemId(String systemId)
      Set the system identifier of the unparsed entity
      Parameters:
      systemId - the system identifier of the unparsed entity
    • getPublicId Link icon

      public String getPublicId()
      Get the public identifier of the unparsed entity
      Returns:
      the public identifier of the unparsed entity
    • setPublicId Link icon

      public void setPublicId(String publicId)
      Set the public identifier of the unparsed entity
      Parameters:
      publicId - the public identifier of the unparsed entity
    • getBaseURI Link icon

      public String getBaseURI()
      Get the base URI of the unparsed entity
      Returns:
      the base URI of the unparsed entity
    • setBaseURI Link icon

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