| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRevision
@ThreadSafe public final class Revision
Utilities for revision lines and working documents.
| Method Summary | |
|---|---|
static Element | 
createRevisionLine(Element metaData,
                                     StringBuilder b)
Creates an unattached revisionLine element.  | 
static Element | 
ensureRevisionLine(Element metaData,
                                     StringBuilder b)
Returns a document's 'revision-line' element; if necessary creating it and attaching it into the document.  | 
static Element | 
findRevisionLine(Element metaData)
Finds a document's 'revision-line' element.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static Element createRevisionLine(Element metaData,
                                         StringBuilder b)
metaData - the document's
         meta-data element,
         to which caller will attach new revisionLine elementb - string builder to use, overwriting its existing contentensureRevisionLine(Element,StringBuilder)
public static Element ensureRevisionLine(Element metaData,
                                         StringBuilder b)
metaData - the document's
         meta-data elementb - string builder to use, overwriting its existing content
createRevisionLine(Element,StringBuilder), 
findRevisionLine(Element)public static Element findRevisionLine(Element metaData)
metaData - the document's
         meta-data element
ensureRevisionLine(Element,StringBuilder)
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||