Methods Summary |
---|
public java.lang.String | getBaseSystemId() Returns the base URI against which the literal SystemId is to be
resolved.
|
public java.lang.String | getExpandedSystemId()Returns the expanded system identifier.
|
public java.lang.String | getLiteralSystemId()Returns the literal system identifier.
|
public java.lang.String | getNamespace()Returns the namespace of the resource.
|
public java.lang.String | getPublicId()Returns the public identifier.
|
public void | setBaseSystemId(java.lang.String systemId)Setsthe base URI against which the literal SystemId is to be
resolved.
|
public void | setExpandedSystemId(java.lang.String systemId)Sets the expanded system identifier.
|
public void | setLiteralSystemId(java.lang.String systemId)Sets the literal system identifier.
|
public void | setNamespace(java.lang.String namespace)Sets the namespace of the resource.
|
public void | setPublicId(java.lang.String publicId)Sets the public identifier.
|