Package com.sun.xml.xsom
Interface XSNotation
-
- All Superinterfaces:
XSComponent,XSDeclaration
- All Known Implementing Classes:
NotationImpl
public interface XSNotation extends XSDeclaration
Notation declaration.- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPublicId()StringgetSystemId()-
Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
-
Methods inherited from interface com.sun.xml.xsom.XSDeclaration
getName, getTargetNamespace, isAnonymous, isGlobal, isLocal
-
-