| 
 | 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
protected class 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 InputStream stream
public Reader reader
public XMLResourceIdentifier entityLocation
public int lineNumber
public int columnNumber
public String encoding
public boolean literal
public boolean isExternal
public char[] ch
public int position
public int count
public boolean mayReadChunks
| 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()
toString in class Object| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||