|
tauZaman v0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--tauzaman.property.PropertyCache
PropertyCache
class represents cached version of a
Property
. Basically, it includes parsed Fields
of a Property
using its Format
, ImportFormat
and FieldInfo
members. It also has String content of Format
either as a DOM or as a String.
It worthes to note that String or DOM parsed Format
might be produced
by using other Format
pointed by ImportFormat
s in this
Property
.
Input
,
Property
,
Format
,
ImportFormat
,
FieldInfo
,
Fields
Field Summary | |
private Fields |
fields
Fields object that is cached |
private org.w3c.dom.Element |
formatDOM
DOM parsed version of produced Format of cached Property |
private java.lang.String |
formatString
String version of produced Format of cached Property |
private boolean |
whitespace
whitespace characteristic of Format |
Constructor Summary | |
PropertyCache(Fields fields,
org.w3c.dom.Element formatDOM,
java.lang.String formatString,
boolean whitespace)
Constructs a PropertyCache object. |
Method Summary | |
Fields |
getFields()
Returns cached Fields . |
org.w3c.dom.Element |
getFormatDOM()
Returns cached Format as DOM. |
java.lang.String |
getFormatString()
Returns cached Format as String. |
boolean |
getWhitespace()
Returns whitespace characteristic of cached Format . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Fields fields
Fields
object that is cached
private org.w3c.dom.Element formatDOM
Format
of cached Property
private java.lang.String formatString
Format
of cached Property
private boolean whitespace
Format
Constructor Detail |
public PropertyCache(Fields fields, org.w3c.dom.Element formatDOM, java.lang.String formatString, boolean whitespace)
PropertyCache
object.
fields
- Fields
that is produced from this Property
formatDOM
- DOM parsed version of produced Format
of cached Property
formatString
- String version of produced Format
of cached Property
whitespace
- whitespace characteristic of Format
Method Detail |
public Fields getFields()
Fields
.
Fields
objectpublic org.w3c.dom.Element getFormatDOM()
Format
as DOM.
Format
public java.lang.String getFormatString()
Format
as String.
Format
public boolean getWhitespace()
Format
.
Format
|
tauZaman v0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |