|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--tauzaman.property.Format
Format class represents a formatting information
of an input or output temporal constant.
Property,
ImportFormat| Field Summary | |
private java.lang.String |
formatString
Content of the format |
private boolean |
formatWhitespace
Determines whether this format is whitespace friendly or not if it is false then it is not whitespace friendly, o.w. it is true. |
| Constructor Summary | |
Format(org.w3c.dom.Element root)
Constructs a Format object, from given DOM node parsed
from Property Specification file. |
|
| Method Summary | |
private void |
formFormat(org.w3c.dom.Element root)
Initializes this Format from DOM Node, which points to
a format element in the Property Specification file. |
java.lang.String |
getFormatString()
Returns the formatString of this format |
boolean |
isFormatWhitespaceFriendly()
Returns whether this format is whitespace friendly or not |
java.lang.String |
toString()
toString method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private java.lang.String formatString
private boolean formatWhitespace
| Constructor Detail |
public Format(org.w3c.dom.Element root)
Format object, from given DOM node parsed
from Property Specification file.
root - DOM Element| Method Detail |
private void formFormat(org.w3c.dom.Element root)
Format from DOM Node, which points to
a format element in the Property Specification file.
public boolean isFormatWhitespaceFriendly()
public java.lang.String getFormatString()
public java.lang.String toString()
toString in class java.lang.Object
|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||