org.apache.xerces.impl.xs.psvi
Interface XSNotationDeclaration
- All Superinterfaces:
- XSObject
- All Known Implementing Classes:
- XSNotationDecl
- public interface XSNotationDeclaration
- extends XSObject
3.12.1 The Notation Declaration Schema Component
- Version:
- $Id: XSNotationDeclaration.java,v 1.1 2002/05/13 21:31:34 sandygao Exp $
- Author:
- Elena Litani, IBM
getSystemId
public java.lang.String getSystemId()
- Optional if {public identifier} is present. A URI reference.
getPublicId
public java.lang.String getPublicId()
- Optional if {system identifier} is present. A public identifier,
as defined in [XML 1.0 (Second Edition)].
getAnnotation
public XSAnnotation getAnnotation()
- Optional. Annotation.
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.