public interface

ASNotationDeclaration

implements ASObject
org.apache.xerces.dom3.as.ASNotationDeclaration

This interface is deprecated.
This interface represents a notation declaration.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

Summary

[Expand]
Inherited Constants
From interface org.apache.xerces.dom3.as.ASObject
Public Methods
abstract String getPublicId()
The string representing the public identifier for this notation declaration, if present; null otherwise.
abstract String getSystemId()
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
abstract void setPublicId(String publicId)
The string representing the public identifier for this notation declaration, if present; null otherwise.
abstract void setSystemId(String systemId)
the URI reference representing the system identifier for the notation declaration, if present, null otherwise.
[Expand]
Inherited Methods
From interface org.apache.xerces.dom3.as.ASObject

Public Methods

public abstract String getPublicId ()

The string representing the public identifier for this notation declaration, if present; null otherwise.

public abstract String getSystemId ()

the URI reference representing the system identifier for the notation declaration, if present, null otherwise.

public abstract void setPublicId (String publicId)

The string representing the public identifier for this notation declaration, if present; null otherwise.

public abstract void setSystemId (String systemId)

the URI reference representing the system identifier for the notation declaration, if present, null otherwise.