textbender.d.gene
Class DocumentRT
java.lang.Object
  
DocumentRT
@ThreadSafe
public final class DocumentRT
- extends Object
 
Recombinant texts as XML documents.
- See Also:
 - 
                                                              document.mod
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
FIND_META_DATA_FAILURE_MESSAGE
public static final String FIND_META_DATA_FAILURE_MESSAGE
- Standard error message that clients of
 meta-data element can show to user.
- See Also:
 - Constant Field Values
 
 
DocumentRT
public DocumentRT()
findMetaData
public static Element findMetaData(Node node)
- Finds a document's meta-data element.
- Parameters:
 node - to search, recursively (typically the document node)
- Returns:
 - meta-data element, or null if none found