textbender.d.gene
Class DocumentRT

java.lang.Object
  extended by DocumentRT

@ThreadSafe
public final class DocumentRT
extends Object

Recombinant texts as XML documents.

See Also:
document.mod

Field Summary
static String FIND_META_DATA_FAILURE_MESSAGE
          Standard error message that clients of meta-data element can show to user.
 
Constructor Summary
DocumentRT()
           
 
Method Summary
static Element findMetaData(Node node)
          Finds a document's meta-data element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DocumentRT

public DocumentRT()
Method Detail

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