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.1 2001/10/25 20:36:02 elena 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-2001 Apache XML Project. All Rights Reserved.