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
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. |
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
-