com.sun.xml.xsom
Interface XSNotation

All Superinterfaces:
XSComponent, XSDeclaration

public interface XSNotation
extends XSDeclaration

Notation declaration.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Method Summary
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 
Methods inherited from interface com.sun.xml.xsom.XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
 
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
 

Method Detail

getPublicId

java.lang.String getPublicId()

getSystemId

java.lang.String getSystemId()