public interface

XSNotationDeclaration

implements XSObject
org.apache.xerces.xs.XSNotationDeclaration
Known Indirect Subclasses

Class Overview

This interface represents the Notation Declaration schema component.

Summary

Public Methods
abstract XSAnnotation getAnnotation()
An annotation if it exists, otherwise null.
abstract XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList.
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.
[Expand]
Inherited Methods
From interface org.apache.xerces.xs.XSObject

Public Methods

public abstract XSAnnotation getAnnotation ()

An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.

public abstract XSObjectList getAnnotations ()

A sequence of [annotations] or an empty XSObjectList.

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.