Exemplo n.º 1
0
 @Deprecated
 protected void convertCycObjectToXML(
     CycObject cobj, XMLWriter xmlWriter, int indent, boolean relative) throws IOException {
   if ((cobj != null) && (cobj instanceof DefaultCycObject)) {
     ((DefaultCycObject) cobj).toXML(xmlWriter, indent, relative);
   }
 }