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.

Field Summary
 java.lang.String fName
           
 java.lang.String fPublicId
           
 java.lang.String fSystemId
           
 java.lang.String fTargetNamespace
           
 
Constructor Summary
XSNotationDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fName

public java.lang.String fName

fTargetNamespace

public java.lang.String fTargetNamespace

fPublicId

public java.lang.String fPublicId

fSystemId

public java.lang.String fSystemId
Constructor Detail

XSNotationDecl

public XSNotationDecl()


Copyright © 1999-2002 Apache XML Project. All Rights Reserved.