XSOM 20110809-redhat-3

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
 String getPublicId()
           
 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

String getPublicId()

getSystemId

String getSystemId()

XSOM 20110809-redhat-3

Copyright © 2012 Oracle. All Rights Reserved.