|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.apache.xerces.impl.XMLEntityManager.Entity weblogic.apache.xerces.impl.XMLEntityManager.ScannedEntity
protected class XMLEntityManager.ScannedEntity
Entity state.
Field Summary | |
---|---|
char[] |
ch
Character buffer. |
int |
columnNumber
Column number. |
int |
count
Count of characters in buffer. |
String |
encoding
Auto-detected encoding. |
XMLResourceIdentifier |
entityLocation
entity location information |
boolean |
isExternal
|
int |
lineNumber
Line number. |
boolean |
literal
True if in a literal. |
boolean |
mayReadChunks
|
int |
position
Position in character buffer. |
Reader |
reader
Reader. |
InputStream |
stream
Input 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.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public 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 |