|
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[] |
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 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.Entity
public final boolean isUnparsed()
isUnparsed
in class XMLEntityManager.Entity
public 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 |