|
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 ImportFormats in this
Property.
Input,
Property,
Format,
ImportFormat,
FieldInfo,
Fields| 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 PropertyformatDOM - DOM parsed version of produced Format of cached PropertyformatString - String version of produced Format of cached Propertywhitespace - whitespace characteristic of Format| Method Detail |
public Fields getFields()
Fields.
Fields objectpublic org.w3c.dom.Element getFormatDOM()
Format as DOM.
Formatpublic java.lang.String getFormatString()
Format as String.
Formatpublic boolean getWhitespace()
Format.
Format
|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||