Method Summary |
|
public String | getPublicId() Returns the public identifier (URL). |
public String | getString() Returns the source string. |
public String | getSystemId() Returns the system identifier (URL). |
public void | setPublicId(String publicId) Sets the public identifier (URL). |
public void | setString(String is) Sets the source string stream. |
public void | setSystemId(String systemId) Sets the system identifier (URL). |
public void | setSystemId(File file) Sets the system identifier (URL) from a File. |