| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.apache.xerces.impl.XMLEntityManager.Entity
weblogic.apache.xerces.impl.XMLEntityManager.ScannedEntity
Entity state.
| Field Summary | |
|  char[] | chCharacter buffer. | 
|  int | columnNumberColumn number. | 
|  int | countCount of characters in buffer. | 
|  String | encodingAuto-detected encoding. | 
|  XMLResourceIdentifier | entityLocationentity location information | 
|  boolean | isExternal | 
|  int | lineNumberLine number. | 
|  boolean | literalTrue if in a literal. | 
|  boolean | mayReadChunks | 
|  int | positionPosition in character buffer. | 
|  Reader | readerReader. | 
|  InputStream | streamInput stream. | 
| Fields inherited from class weblogic.apache.xerces.impl.XMLEntityManager.Entity | 
| name | 
| Constructor Summary | |
| XMLEntityManager.ScannedEntity(String name,
                               XMLResourceIdentifier entityLocation,
                               InputStream stream,
                               Reader reader,
                               String encoding,
                               boolean literal,
                               boolean mayReadChunks,
                               boolean isExternal)Constructs a scanned entity. | |
| Method Summary | |
|  boolean | isExternal()Returns true if this is an external entity. | 
|  boolean | isUnparsed()Returns true if this is an unparsed entity. | 
|  String | toString()Returns a string representation of this object. | 
| Methods inherited from class weblogic.apache.xerces.impl.XMLEntityManager.Entity | 
| clear, setValues | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public char[] ch
public int columnNumber
public int count
public String encoding
public XMLResourceIdentifier entityLocation
public boolean isExternal
public int lineNumber
public boolean literal
public boolean mayReadChunks
public int position
public Reader reader
public InputStream stream
| Constructor Detail | 
public XMLEntityManager.ScannedEntity(String name,
                                      XMLResourceIdentifier entityLocation,
                                      InputStream stream,
                                      Reader reader,
                                      String encoding,
                                      boolean literal,
                                      boolean mayReadChunks,
                                      boolean isExternal)
| Method Detail | 
public final boolean isExternal()
isExternal in class XMLEntityManager.Entitypublic final boolean isUnparsed()
isUnparsed in class XMLEntityManager.Entitypublic String toString()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||