|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.xml.io.DOMTreeEncoderCallback
wt.transfer.delegate.IBADOMTreeEncoderCallback
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Enumeration |
IBAValues
|
private Persistable |
persistableObject
|
private static String |
RESOURCE
|
Fields inherited from class wt.xml.io.DOMTreeEncoderCallback |
|
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 |
Constructor Summary | |
private |
IBADOMTreeEncoderCallback()
No-arg constructor. |
|
IBADOMTreeEncoderCallback(Document doc)
Supported API: false |
Method Summary | |
protected Enumeration |
getIBAValues()
Gets the value of the attribute: IBAValues; An enumeration of IBA Values. |
Element |
getNextElement()
Gets the next tree returned by the appropriate call of getElement() . |
Persistable |
getPersistableObject()
Gets the value of the attribute: persistableObject; The object to be examined by the callback for additional externalization not handled by the object's writeExternal() method. |
void |
initialize(Persistable persistableObject)
Sets the object to be examined by the callback for additional exernalization not handled by the object's writeExternal() method, and
does some internal bookkeeping to prepare the callback to have its
getNextElement() method invoked. |
protected void |
setIBAValues(Enumeration a_IBAValues)
Sets the value of the attribute: IBAValues; An enumeration of IBA Values. |
protected void |
setPersistableObject(Persistable a_PersistableObject)
Sets the value of the attribute: persistableObject; The object to be examined by the callback for additional externalization not handled by the object's writeExternal() method. |
Methods inherited from class wt.xml.io.DOMTreeEncoderCallback |
getDoc, getElement, getOutputStream, getZipEntryVector, setDoc, setOutputStream, setZipEntryVector |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Enumeration IBAValues
private Persistable persistableObject
Constructor Detail |
private IBADOMTreeEncoderCallback()
public IBADOMTreeEncoderCallback(Document doc)
doc
- Method Detail |
protected Enumeration getIBAValues()
Elements
.
protected void setIBAValues(Enumeration a_IBAValues)
Elements
.
a_IBAValues
- public void initialize(Persistable persistableObject) throws XMLMechanismException
writeExternal()
method, and
does some internal bookkeeping to prepare the callback to have its
getNextElement()
method invoked. This method should
be called once per persistableObject
before each set
of getNextElement()
calls.
initialize
in class DOMTreeEncoderCallback
persistableObject
-
wt.xml.XMLMechanismException
XMLMechanismException
public Element getNextElement() throws XMLMechanismException
getElement()
.
getNextElement
in class DOMTreeEncoderCallback
wt.xml.XMLMechanismException
XMLMechanismException
public Persistable getPersistableObject()
writeExternal()
method.
getPersistableObject
in class DOMTreeEncoderCallback
protected void setPersistableObject(Persistable a_PersistableObject)
writeExternal()
method.
setPersistableObject
in class DOMTreeEncoderCallback
a_PersistableObject
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |