org.apache.xerces.impl.xs
Class XSNotationDecl
java.lang.Object
|
+--org.apache.xerces.impl.xs.XSNotationDecl
- public class XSNotationDecl
- extends java.lang.Object
The XML representation for a NOTATION declaration
schema component is a global element information item
- Version:
- $Id: XSNotationDecl.java,v 1.2 2002/01/29 01:15:14 lehors Exp $
- Author:
- Rahul Srivastava, Sun Microsystems Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fName
public java.lang.String fName
fTargetNamespace
public java.lang.String fTargetNamespace
fPublicId
public java.lang.String fPublicId
fSystemId
public java.lang.String fSystemId
XSNotationDecl
public XSNotationDecl()
Copyright © 1999-2002 Apache XML Project. All Rights Reserved.