wt.util.xml.io
Interface DOMTreeStreamCallback

All Superinterfaces:
XMLMechanismConstants
All Known Implementing Classes:
DOMTreeDecoderCallback, DOMTreeEncoderCallback

public interface DOMTreeStreamCallback
extends XMLMechanismConstants

Interface for callbacks which may be given to a DOMTreeEncoder or DOMTreeDecoder in order to provide a way to handle data not reached via the readExternal or writeExternal call stack.

Supported API: false

Extendable: false


Field Summary
 
Fields inherited from interface wt.util.xml.XMLMechanismConstants
ATTLIST_ATTRIBUTE_NAME, ATTLIST_CLASS_NAME, ATTLIST_ENCODING_TYPE, ATTLIST_OID, DEFAULT_XML_PARSER_IMPLEMENTATION, DOCUMENT_ELEMENT_NAME, SELF_DESCRIBING_XML, XML_FILE_EXT
 
Method Summary
 Document getDoc()
          Gets the value of the attribute: doc; The DOM Document needed for creating new Elements, etc.
 void setDoc(Document a_Doc)
          Sets the value of the attribute: doc; The DOM Document needed for creating new Elements, etc.
 

Method Detail

getDoc

public Document getDoc()
Gets the value of the attribute: doc; The DOM Document needed for creating new Elements, etc.

Supported API: false

Returns:
Document

setDoc

public void setDoc(Document a_Doc)
Sets the value of the attribute: doc; The DOM Document needed for creating new Elements, etc.

Supported API: false

Parameters:
a_Doc -