Changed
Methods
|
void
addCommonXMLAttributes
(AttributesImpl )
|
Change in signature from
AttributesImpl to
com.ibm.wcm.xml.sax.helpers.AttributesImpl .
|
|
void
dataElement
(XMLOutputHandler,
String, AttributesImpl)
|
Change in signature from
(com.ibm.commerce.tools.devtools.flexflow.util.XMLOutputHandler,
java.lang.String, AttributesImpl ) to
(com.ibm.commerce.tools.devtools.flexflow.util.XMLOutputHandler,
java.lang.String,
com.ibm.wcm.xml.sax.helpers.AttributesImpl ).
|
|
FFio
fromXML
(int, String,
Attributes, String)
|
Change in signature from (int,
java.lang.String, Attributes, java.lang.String ) to (int,
java.lang.String, com.ibm.wcm.xml.sax.Attributes,
java.lang.String ).
|
This method is called only when a subclass has no special
processing it wants to do when an element of its type is encountered in the XML
doc. |
void
processCommonXMLAttributes
(Attributes )
|
Change in signature from Attributes
to com.ibm.wcm.xml.sax.Attributes .
|
|
FFio
processCommonXMLElements
(int,
String, Attributes)
|
Change in signature from (int,
java.lang.String, Attributes ) to (int, java.lang.String,
com.ibm.wcm.xml.sax.Attributes ).
|
|
void
startElement
(XMLOutputHandler,
String, AttributesImpl)
|
Change in signature from
(com.ibm.commerce.tools.devtools.flexflow.util.XMLOutputHandler,
java.lang.String, AttributesImpl ) to
(com.ibm.commerce.tools.devtools.flexflow.util.XMLOutputHandler,
java.lang.String,
com.ibm.wcm.xml.sax.helpers.AttributesImpl ).
|
|