org.enhydra.apache.xerces.readers
Class DefaultEntityHandler.EntityPool.RequiredNotation

java.lang.Object
  |
  +--org.enhydra.apache.xerces.readers.DefaultEntityHandler.EntityPool.RequiredNotation
Enclosing class:
DefaultEntityHandler.EntityPool

class DefaultEntityHandler.EntityPool.RequiredNotation
extends Object


Field Summary
(package private)  Object[] fArgs
           
(package private)  LocatorImpl fLocator
           
(package private)  int fMajorCode
           
(package private)  int fMinorCode
           
(package private)  int fNotationName
           
 
Constructor Summary
(package private) DefaultEntityHandler.EntityPool.RequiredNotation(int notationName, Locator locator, int majorCode, int minorCode, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fNotationName

int fNotationName

fLocator

LocatorImpl fLocator

fMajorCode

int fMajorCode

fMinorCode

int fMinorCode

fArgs

Object[] fArgs
Constructor Detail

DefaultEntityHandler.EntityPool.RequiredNotation

DefaultEntityHandler.EntityPool.RequiredNotation(int notationName,
                                                 Locator locator,
                                                 int majorCode,
                                                 int minorCode,
                                                 Object[] args)


Copyright © 1999 The Apache Software Foundation. All Rights reserved.