Top Description Methods
com.sun.org.apache.xerces.internal.xs

public Interface XSNotationDeclaration

extends XSObject
Known Direct Implementers
com.sun.org.apache.xerces.internal.impl.xs.XSNotationDecl

This interface represents the Notation Declaration schema component.

Method Summary

Modifier and TypeMethod and Description
public XSAnnotation
getAnnotation()

An annotation if it exists, otherwise null.

public XSObjectList
getAnnotations()

A sequence of [annotations] or an empty XSObjectList.

public String
getPublicId()

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

public String
getSystemId()

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

Inherited from com.sun.org.apache.xerces.internal.xs.XSObject:
getNamegetNamespacegetNamespaceItemgetType

Method Detail

getAnnotationback to summary
public XSAnnotation getAnnotation()

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

getAnnotationsback to summary
public XSObjectList getAnnotations()

A sequence of [annotations] or an empty XSObjectList.

getPublicIdback to summary
public String getPublicId()

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

getSystemIdback to summary
public String getSystemId()

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